mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 00:25:38 -04:00
5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import packageJson from "../package.json" with { type: "json" };
|
|
|
|
export const APP_VERSION = packageJson.version;
|
|
export const GIT_COMMIT = process.env.GIT_COMMIT_SHA?.slice(0, 7) || "";
|