mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-13 21:01:32 +08:00
4 lines
182 B
TypeScript
4 lines
182 B
TypeScript
// .env > git tag > v0.0.0-beta
|
|
// https://vite.dev/guide/env-and-mode.html#env-variables
|
|
export const version = import.meta.env.VITE_APP_VERSION || __APP_VERSION__ || "v0.0.0-dev";
|