We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c87d2a0 + f0ff239 commit 3dff666Copy full SHA for 3dff666
package.json
@@ -7,7 +7,7 @@
7
"client": "vite --config vite.config.js",
8
"clientinstall": "npm install --prefix client",
9
"server": "node index.js",
10
- "start": "concurrently 'npm run server' 'npm run client'",
+ "start": "concurrently \"npm run server\" \"npm run client\"",
11
"build": "vite build",
12
"test": "NODE_ENV=test mocha --exit",
13
"test-coverage": "nyc npm run test",
0 commit comments