Skip to content

Commit 0c15d9d

Browse files
committed
Update the local-dev UI URL to match recent changes
Without this, everything worked OK, but some features (notably including account login) failed, since we now expect normal localhost as standard.
1 parent 96c305b commit 0c15d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:electron": "npm run server:setup && electron-builder build",
1616
"build:dir-only": "npm run server:setup && electron-builder --dir",
1717
"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",
18+
"start:dev": "ts-node ./skip-server.ts && cross-env HTK_DEV=true APP_URL='http://localhost:8080' npm run start:app",
1919
"start:app": "tsc-watch --onSuccess \"electron .\""
2020
},
2121
"keywords": [],

0 commit comments

Comments
 (0)