mirror of
https://github.com/stackblitz-labs/bolt.diy.git
synced 2025-06-18 01:49:07 +01:00
* 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;
|