mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 10:55:34 +00:00
d8a277f0ac
* refactor: removes commit.json and used vite.config to load these variables * updated precommit hook * updated the pre start script * updated the workflows
3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
declare const __COMMIT_HASH: string;
|
|
declare const __APP_VERSION: string;
|