diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 17:24:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 17:24:58 +0200 |
| commit | b6094034267792995884dc24f19c6d6ab15e91a4 (patch) | |
| tree | 046387e59f9a5ee265ef779a7125fd1f315aa851 /package.json | |
| parent | f3ee156c6fdfad883ac0a3849f82ff2252becebb (diff) | |
trying to make proxy saner...
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 8d27b29..821e26b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "relay": "babel-node app/relay", "build": "webpack -p", "watch": "webpack -w", - "client": "webpack" + "client": "webpack", + "proxy": "PROXY_REMOTE=spawn.asdf.us EXPRESS_CONNECTS_TO_RELAY=true CACHE_SYSCALLS=true PROXY_CACHE=true DEBUG_PROXY=true npm run server" }, "repository": { "type": "git", |
