From 6d77e632844f11e90c23e93d6e148a10954addc4 Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sat, 6 Aug 2022 09:02:45 -0400 Subject: [PATCH] build: :bug: fix app randomly binding to random port --- NUXT/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NUXT/nuxt.config.js b/NUXT/nuxt.config.js index 0e1fb06..8865509 100644 --- a/NUXT/nuxt.config.js +++ b/NUXT/nuxt.config.js @@ -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, },