diff options
author | 2022-06-01 23:52:21 +0200 | |
---|---|---|
committer | 2022-06-02 00:11:49 +0200 | |
commit | 11720e6cdefc1da4bdd638415813b609840f8462 (patch) | |
tree | b647d77a2fe3cec6af3b81bf02ceb17e636d80b7 /src/config.ts | |
parent | ac89490794ee3c1c033859ffea31a962a13cc96d (diff) | |
download | it-tools-11720e6cdefc1da4bdd638415813b609840f8462.tar.gz it-tools-11720e6cdefc1da4bdd638415813b609840f8462.tar.zst it-tools-11720e6cdefc1da4bdd638415813b609840f8462.zip |
feat(tools): new badge for recently created tools
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts index ce8e2ef..926fa08 100644 --- a/src/config.ts +++ b/src/config.ts @@ -47,6 +47,14 @@ export const config = figue({ default: false, }, }, + tools: { + newTools: { + doc: 'Tool names for tools flagged a as new', + format: 'array', + default: [], + env: 'VITE_NEW_TOOLS', + }, + }, }) .loadEnv({ ...import.meta.env, |