mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 06:12:07 +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;
|