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