bolt.diy / app /vite-env.d.ts
codacus's picture
refactor: updated vite config to inject add version metadata into the app on build (#841)
d8a277f unverified
raw
history blame
74 Bytes
declare const __COMMIT_HASH: string;
declare const __APP_VERSION: string;