mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 18:41:57 +00:00
Add proxy configuration to ease development
This commit is contained in:
parent
dfd5712951
commit
858f372ca8
18
proxy.conf.json
Normal file
18
proxy.conf.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"/ws": {
|
||||
"target": "http://localhost:8888",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
|
||||
"/terminal": {
|
||||
"target": "http://localhost:8888",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
|
||||
"/login": {
|
||||
"target": "http://localhost:8888",
|
||||
"secure": false
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user