2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

allow dev server.

This commit is contained in:
m1k1o 2021-04-03 15:59:34 +02:00
parent 48a6cd6ad5
commit 6c4cc0cc89

@ -21,4 +21,7 @@ module.exports = {
},
},
},
devServer: {
disableHostCheck: true,
}
}