diff options
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", |
