4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
import pkg from "@/package.json";
|
|
|
|
export const APP_VERSION = `v${pkg.version}`;
|