Update Host

This commit is contained in:
Possible
2023-11-17 14:37:43 +01:00
parent 9b8800bb71
commit 715e1a75f8
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = merge(common, {
compress: true,
hot: true,
port: 3000,
host: 'test.manaknightdev.com/',
host: 'test.manaknightdev.com',
https: true,
noInfo: true, //This turns off information regarding the bundle. Set to false if you need to view the messages
},