1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-18 20:59:37 +02:00

feat: footer in sider

This commit is contained in:
Corentin Thomasset 2022-04-16 11:45:50 +02:00
parent 5fde77604c
commit 3f038503dd
No known key found for this signature in database
GPG key ID: DBD997E935996158
3 changed files with 53 additions and 0 deletions

View file

@ -59,4 +59,7 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
define: {
'import.meta.env.PACKAGE_VERSION': JSON.stringify(process.env.npm_package_version),
},
});