Improve versioning method

This commit is contained in:
dragongoose
2023-08-18 14:21:31 -04:00
parent 06b77d686c
commit ba35793e03
5 changed files with 14 additions and 6 deletions

2
env.d.ts vendored
View File

@ -6,6 +6,8 @@ interface ImportMetaEnv {
readonly SAFETWITCH_HTTPS: string
readonly SAFETWITCH_DEFAULT_LOCALE: string
readonly SAFETWITCH_FALLBACK_LOCALE: string
readonly SAFETWITCH_COMMIT_HASH: string
readonly SAFETWITCH_TAG: string
// more env variables...
}