4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { version } from "../package.json";
|
|
|
|
export const APP_VERSION = version;
|