mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove outdated dev proxy.
This commit is contained in:
parent
970414d79b
commit
3d7c5d54d8
@ -13,10 +13,6 @@ module.exports = {
|
||||
devServer: {
|
||||
disableHostCheck: true,
|
||||
proxy: {
|
||||
'^/ws': {
|
||||
target: 'ws://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',
|
||||
ws: true,
|
||||
},
|
||||
'^/api': {
|
||||
target: 'http://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user