Skip to content

Commit

Permalink
Update the local-dev UI URL to match recent changes
Browse files Browse the repository at this point in the history
Without this, everything worked OK, but some features (notably including
account login) failed, since we now expect normal localhost as standard.
  • Loading branch information
pimterry committed Apr 8, 2024
1 parent 96c305b commit 0c15d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:electron": "npm run server:setup && electron-builder build",
"build:dir-only": "npm run server:setup && electron-builder --dir",
"start": "npm run server:setup && npm run start:app",
"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",
"start:app": "tsc-watch --onSuccess \"electron .\""
},
"keywords": [],
Expand Down

0 comments on commit 0c15d9d

Please sign in to comment.