Skip to content

Commit c6b7d43

Browse files
committed
fix: update server start script
1 parent fac98ca commit c6b7d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"client": "vite --config vite.config.js",
88
"clientinstall": "npm install --prefix client",
99
"server": "node index.js",
10-
"start": "concurrently 'npm run server' 'npm run client'",
10+
"start": "concurrently \"npm run server\" \"npm run client\"",
1111
"build": "vite build",
1212
"test": "NODE_ENV=test mocha --exit",
1313
"test-coverage": "nyc npm run test",

0 commit comments

Comments
 (0)