mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
feat(config): hide the banner by default
This commit is contained in:
committed by
Corentin THOMASSET
parent
972ffe6f69
commit
161a21f285
@@ -55,6 +55,12 @@ export const config = figue({
|
||||
env: 'VITE_NEW_TOOLS',
|
||||
},
|
||||
},
|
||||
showBanner: {
|
||||
doc: 'Show the banner',
|
||||
format: 'boolean',
|
||||
default: false,
|
||||
env: 'VITE_SHOW_BANNER',
|
||||
},
|
||||
})
|
||||
.loadEnv({
|
||||
...import.meta.env,
|
||||
|
||||
Reference in New Issue
Block a user