mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-12 06:05:34 +00:00
refactor(config): added config management with figue
This commit is contained in:
@@ -61,6 +61,5 @@ export default defineConfig({
|
||||
},
|
||||
define: {
|
||||
'import.meta.env.PACKAGE_VERSION': JSON.stringify(process.env.npm_package_version),
|
||||
'import.meta.env.GIT_SHORT_SHA': JSON.stringify((process?.env?.VITE_VERCEL_GIT_COMMIT_SHA ?? '').slice(0, 7)),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user