diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-11-25 10:56:20 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-11-25 17:04:12 +0100 |
| commit | cc260080b8a0f9f446cb33f6d31545289533122c (patch) | |
| tree | 5bc38b7b8b56115ddeeab057ff2ed6928028f971 /gui/package.json | |
| parent | d0816e181992ff1fd772d383113fc27a673adcf9 (diff) | |
| download | mullvadvpn-cc260080b8a0f9f446cb33f6d31545289533122c.tar.xz mullvadvpn-cc260080b8a0f9f446cb33f6d31545289533122c.zip | |
Use web server for renderer content in development
Third party devtools can't be loaded on `file://` URLs due to an issue
in Electron. Using a web server locally works around that issue.
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json index 4a99db62db..b99e0aa5ea 100644 --- a/gui/package.json +++ b/gui/package.json @@ -91,6 +91,7 @@ "rimraf": "^2.7.1", "semver": "^7.3.2", "sinon": "^7.1.1", + "spa-server": "^1.0.0", "ts-node": "^8.3.0", "tsc-watch": "^4.2.9", "typescript": "^4.0.3" |
