Archived
2
0

allow dev server.

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

View File

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