refactor: get GIT_COMMIT and APP_VERSION from import.meta.env (#592)

This commit is contained in:
Alex Gleason 2025-10-05 23:42:28 -05:00 committed by GitHub
parent 687eca821d
commit 4adae16b80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 6 deletions

3
src/vite-env.d.ts vendored
View file

@ -5,7 +5,4 @@ declare global {
interface Window {
nostr?: TNip07
}
const __GIT_COMMIT__: string
const __APP_VERSION__: string
}