bolt.new-any-llm/app/vite-env.d.ts
Anirban Kar d8a277f0ac
refactor: updated vite config to inject add version metadata into the app on build (#841)
* refactor: removes commit.json and used vite.config to load these variables

* updated precommit hook

* updated the pre start script

* updated the workflows
2024-12-21 01:03:28 +05:30

3 lines
74 B
TypeScript

declare const __COMMIT_HASH: string;
declare const __APP_VERSION: string;