mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-23 14:52:18 +10:00
Urgent fix server app version dev (#3117)
* fix(server): avoid app version global in MCP dev * fix(server): use runtime-safe app version metadata
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const appVersion = typeof __APP_VERSION__ === "undefined" ? "0.0.0" : __APP_VERSION__;
|
||||
Reference in New Issue
Block a user