mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
19 lines
309 B
Plaintext
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"
|
|
|
|
}
|