Skip to content

Commit 7a9a2e5

Browse files
committed
Update to latest HTTP Toolkit server
1 parent 5865800 commit 7a9a2e5

File tree

2 files changed

+28
-35
lines changed

2 files changed

+28
-35
lines changed

package-lock.json

Lines changed: 26 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"prestart": "node setup-dev.js",
1010
"start": "electron-forge start",
11-
"start:dev": "APP_URL='http://localhost:8080' electron-forge start",
11+
"start:dev": "APP_URL='http://local.httptoolkit.tech:8080' electron-forge start",
1212
"package": "electron-forge package",
1313
"make": "electron-forge make",
1414
"publish": "electron-forge publish"
@@ -41,7 +41,7 @@
4141
"electron": "^4.0.0",
4242
"electron-forge": "^5.2.3",
4343
"electron-prebuilt-compile": "4.0.0",
44-
"httptoolkit-server": "^0.1.4",
44+
"httptoolkit-server": "^0.1.5",
4545
"lodash": "^4.17.11",
4646
"node-fetch": "^2.3.0",
4747
"rimraf": "^2.6.3",

0 commit comments

Comments
 (0)