mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 21:50:36 +00: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;
|