mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 10:17:30 +08:00
Create config metadata object Move all the special code on config change to config listeners Create a generic set function which will work with the metadata object to update any config key Update all setters to use the generic set. (Later probably only use the generic settter and remove all the specific ones) Also orders config groups and config schema. --------- Co-authored-by: Christian Fehmer <cfe@sexy-developer.com> |
||
|---|---|---|
| .. | ||
| __test__ | ||
| src | ||
| .eslintrc.cjs | ||
| .oxlintrc.json | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.js | ||
| vitest.config.js | ||