fix: remove VITE_APP_VERSION

This commit is contained in:
hamster1963
2024-12-06 09:01:55 +08:00
parent 00a9bc1bbb
commit 8261bd841e
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ export default defineConfig({
base: "/",
define: {
"import.meta.env.VITE_GIT_HASH": JSON.stringify(getGitHash()),
"import.meta.env.VITE_APP_VERSION": JSON.stringify(process.env.npm_package_version || "1.0.0"),
},
plugins: [
react(),