Handle spawning the client and server on Windows using correct paths

This commit is contained in:
Anaïs Betts
2024-11-26 16:52:55 +01:00
parent eb4456d1e3
commit ca8db1f417
2 changed files with 47 additions and 52 deletions

View File

@@ -27,7 +27,7 @@
"build": "npm run build-server && npm run build-client",
"start-server": "cd server && npm run start",
"start-client": "cd client && npm run preview",
"start": "node ./bin/cli.ts",
"start": "node ./bin/cli.js",
"prepare": "npm run build",
"prettier-fix": "prettier --write .",
"publish-all": "npm publish --workspaces --access public && npm publish --access public"