mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
feat(config): hide the banner by default
This commit is contained in:
parent
972ffe6f69
commit
161a21f285
2 changed files with 8 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue