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 0ce37e1 commit d9f2519Copy full SHA for d9f2519
package.json
@@ -15,7 +15,7 @@
15
"build:dir-only": "npm run server:setup && electron-builder --dir",
16
"start": "npm run server:setup && npm run start:app",
17
"start:dev": "ts-node ./skip-server.ts && cross-env HTK_DEV=true APP_URL='http://local.httptoolkit.tech:8080' npm run start:app",
18
- "start:app": "tsc-watch --onSuccess 'electron .'"
+ "start:app": "tsc-watch --onSuccess \"electron .\""
19
},
20
"keywords": [],
21
"author": "Tim Perry",
0 commit comments