mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-12 09:01:32 -04:00
parent
73c867ebc8
commit
78ab0c8186
3 changed files with 4 additions and 6 deletions
|
@ -63,8 +63,7 @@ export const config = figue({
|
|||
.loadEnv({
|
||||
...import.meta.env,
|
||||
// Because the string 'import.meta.env.PACKAGE_VERSION' is statically replaced during build time (see 'define' in vite.config.ts)
|
||||
PACKAGE_VERSION: import.meta.env?.PACKAGE_VERSION,
|
||||
BASE_URL: import.meta.env?.BASE_URL || process.env.BASE_URL,
|
||||
PACKAGE_VERSION: import.meta.env.PACKAGE_VERSION,
|
||||
})
|
||||
.validate()
|
||||
.getConfig();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue