Skip to content

Commit

Permalink
Add npm run start-server-dev:watch
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Oct 14, 2023
1 parent a362206 commit 9ebf4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"start": "npm run start-server",
"start-server": "node server/server.js",
"start-server-dev": "cross-env NODE_ENV=development node server/server.js",
"start-server-dev:watch": "cross-env NODE_ENV=development node --watch server/server.js",
"build": "vite build --config ./config/vite.config.js",
"test": "node test/prepare-test-server.js && npm run test-backend",
"test-with-build": "npm run build && npm test",
Expand Down

0 comments on commit 9ebf4f9

Please sign in to comment.