mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 01:27:01 +00:00
* Switch from npm to yarn * Add minimum viable parcel dev server config * Remove webpack configs * Update docker build, build w/ yarn on node 16.x
13 lines
188 B
JSON
13 lines
188 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:9000",
|
|
"ws": true
|
|
},
|
|
"/debug": {
|
|
"target": "http://localhost:9000"
|
|
},
|
|
"/serve": {
|
|
"target": "http://localhost:9000"
|
|
}
|
|
}
|