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.
1 parent fac98ca commit c6b7d43Copy full SHA for c6b7d43
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