Update Host

This commit is contained in:
Possible
2023-11-17 14:36:57 +01:00
parent 903ffcc06a
commit 9b8800bb71
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = merge(common, {
compress: true,
hot: true,
port: 3000,
host: 'test.rocketplantech.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
},