chore(front): update package.json and pnpm-lock.yaml to modify backend script and add new dependencies for improved functionality

This commit is contained in:
keven1024
2025-04-27 10:14:48 +08:00
parent 26cd59b2e0
commit 293a0bd5ce
2 changed files with 1365 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "npm-run-all -p dev:front dev:backend",
"dev:front": "cd front && pnpm run dev",
"dev:backend": "cd backend && go run .",
"dev:backend": "cd backend && export PATH=$PATH:$(go env GOPATH)/bin && air",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npx husky install",
"prepare": "husky"

1364
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff