refactor(config): removed new tools env config

This commit is contained in:
Corentin Thomasset
2023-04-10 13:11:10 +02:00
parent 9d639edf2d
commit 9fa4c26929
3 changed files with 3 additions and 17 deletions

View File

@@ -53,14 +53,6 @@ export const config = figue({
default: false,
},
},
tools: {
newTools: {
doc: 'Tool names for tools flagged a as new',
format: 'array',
default: [],
env: 'VITE_NEW_TOOLS',
},
},
showBanner: {
doc: 'Show the banner',
format: 'boolean',