mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user