feat: add version for frontend && backend (#230)

This commit is contained in:
Dream Hunter
2024-05-12 18:31:43 +08:00
committed by GitHub
parent 62bec9ef90
commit 9de2d23be1
7 changed files with 10 additions and 5 deletions
+3
View File
@@ -71,5 +71,8 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
define: {
'import.meta.env.PACKAGE_VERSION': JSON.stringify(process.env.npm_package_version),
}
})