Enable debug backend (#2776)

This commit is contained in:
涛之雨
2025-08-19 11:13:33 +08:00
committed by GitHub
parent 55c92dc320
commit e4f733320d
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"private": true,
"scripts": {
"start": "concurrently -n w: npm:start:*",
"start:back": "nodemon",
"start:back": "nodemon ./back/app.ts",
"start:front": "max dev",
"build:front": "max build",
"build:back": "tsc -p back/tsconfig.json",