d3517a5706
Broken -Command quotes caused ParserError on remote hosts; run deploy script through base64-encoded PowerShell.
5 lines
271 B
TypeScript
5 lines
271 B
TypeScript
/** Fallback до загрузки /health; при релизе держите в sync с backend/app/version.py */
|
||
export const APP_NAME = "Security Alert Center";
|
||
export const APP_VERSION = "0.20.10";
|
||
export const APP_VERSION_LABEL = `${APP_NAME} v.${APP_VERSION}`;
|