Backend Stability, Basically functional.

This commit is contained in:
2025-10-27 12:38:22 +08:00
parent d0d3373b3b
commit 4ea30cc12e
59 changed files with 5034 additions and 35 deletions

View File

@@ -31,7 +31,7 @@
"format:check": "prettier --check src/",
"fix": "npm run lint -- --fix",
"generate-component": "node scripts/generate-component.js",
"prepare": "cd .. && husky install site/.husky",
"prepare": "if exist .git (husky install) else (echo Skipping husky install)",
"precommit": "npm run format:check && npm run lint"
},
"author": "Christopher Brown"