Files
happy-app/.alivrc
2017-04-29 11:42:07 +01:00

19 lines
309 B
Plaintext

{
"quiet": true,
"port": 3000,
"http2": false,
"pathIndex": "client/dev",
"only": [
"client/dev/**/*"
],
"static": [
"node_modules",
"jspm_packages"
],
"proxy": true,
"proxyWhen": "/api/*",
"proxyTarget": "http://localhost:3333"
}