mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 14:05:08 +10:00
d09ad2cdc0
* fix(server): avoid app version global in MCP dev * fix(server): use runtime-safe app version metadata
2 lines
94 B
TypeScript
2 lines
94 B
TypeScript
export const appVersion = typeof __APP_VERSION__ === "undefined" ? "0.0.0" : __APP_VERSION__;
|