build: 🐛 fix app randomly binding to random port

This commit is contained in:
Kenny 2022-08-06 09:02:45 -04:00
parent 8577d31581
commit 6d77e63284
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default {
//--- VueTube Debugging ---//
server: {
port: 3000, // default: 3000 (Note: Running on ports below 1024 requires root privileges!)
host: "0.0.0.0", // default: localhost,
host: "localhost", // default: localhost,
timing: false,
},