Change Host

This commit is contained in:
2021-04-17 00:03:52 +02:00
parent d1bfd5a0c1
commit 23b1828185

View File

@@ -21,7 +21,8 @@ const pageTransition = {
const target = 'server'
const server = {
port: 3333
port: 3333,
host: '0.0.0.0'
}
const components = true