update Add development environment configuration, I18n support, route adjustments, and various hooks refactoring
```
This commit is contained in:
2025-05-16 17:47:05 +08:00
parent 6b917c9fb9
commit 49189a532e
28 changed files with 274 additions and 559 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
npm run lint
npx nodemon --ext ts,tsx --exec "npm run build"