Skip to content

Commit

Permalink
chore: dev 调整
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Feb 10, 2024
1 parent e97fb1e commit a8c0520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "node sub-store.min.js",
"start": "nodemon -w src -w package.json --exec babel-node src/main.js",
"dev:esbuild": "nodemon -w src -w package.json dev-esbuild.js",
"dev:run": "nodemon -w sub-store.json -w sub-store.min.js sub-store.min.js",
"dev:run": "nodemon -w sub-store.min.js sub-store.min.js",
"build": "gulp",
"bundle": "node bundle.js"
},
Expand Down

0 comments on commit a8c0520

Please sign in to comment.