mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-05 20:32:50 +02:00
remove outdated dev proxy.
This commit is contained in:
parent
970414d79b
commit
3d7c5d54d8
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ module.exports = {
|
||||||
devServer: {
|
devServer: {
|
||||||
disableHostCheck: true,
|
disableHostCheck: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'^/ws': {
|
|
||||||
target: 'ws://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',
|
|
||||||
ws: true,
|
|
||||||
},
|
|
||||||
'^/api': {
|
'^/api': {
|
||||||
target: 'http://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',
|
target: 'http://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue