fix schemas

This commit is contained in:
yusing
2025-01-25 12:50:16 +08:00
parent 322878b0b7
commit 9b66772a12
14 changed files with 79 additions and 40 deletions

View File

@@ -100,6 +100,7 @@ gen-schema-single:
python3 -c "import json; f=open('schemas/${OUT}', 'r'); j=json.load(f); f.close(); f=open('schemas/${OUT}', 'w'); json.dump(j, f, separators=(',', ':'));"
gen-schema:
bun --bun tsc
make IN=config/config.ts \
CLASS=Config \
OUT=config.schema.json \