-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Simpler validation that uses zod for loading json * Fix all types to support strict mode * Add test to check config migrations run correctly * Pretty format json files * Change main structure for easier testing of config changes * Log to file and delete old logs * Add dev tools for opening logs faster * Finish up feature * Delete log files if they are empty
- Loading branch information
1 parent
cd74f85
commit f5b91f3
Showing
48 changed files
with
981 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,7 @@ pnpm-debug.log* | |
|
||
# Default dev data dir | ||
/data | ||
config.json | ||
config.json | ||
|
||
# Default dev log dir | ||
/logs |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.