From 18cf7bd21e7527447b8a3da7849010faf1340585 Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Sun, 26 Jun 2022 19:17:05 +0200 Subject: [PATCH] removed explicit port setting --- nuxt.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 853c20c..4fba99e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -16,11 +16,6 @@ export default { ] }, - server: (process.env.NODE_ENV !== 'production') ? { - host: '192.168.178.100', - port: 3000 - } : {}, - // Global CSS: https://go.nuxtjs.dev/config-css css: [ ],