We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34887cb commit eb77ba5Copy full SHA for eb77ba5
ui/src/domain/version.ts
@@ -1,3 +1,2 @@
1
-// .env > git tag > v0.0.0-beta
2
-// https://vite.dev/guide/env-and-mode.html#env-variables
+// fallback policy: .env > git tag > "v0.0.0-dev"
3
export const version = import.meta.env.VITE_APP_VERSION || __APP_VERSION__ || "v0.0.0-dev";
0 commit comments