node 16 major upgrade.

This commit is contained in:
Miroslav Šedivý 2022-05-14 19:25:22 +02:00
parent bf9361a61f
commit 6fcbcedc6d
4 changed files with 2669 additions and 8351 deletions

View file

@ -11,7 +11,7 @@ module.exports = {
},
},
devServer: {
disableHostCheck: true,
allowedHosts: "all",
proxy: {
'^/api': {
target: 'http://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',