From 4145f90ac93f5b17875b50ad100739b0a5558b41 Mon Sep 17 00:00:00 2001 From: ch Date: Mon, 24 Apr 2023 15:10:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 9113676..0103a8b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -85,7 +85,7 @@ export default { // }, }, server: { - port: 4000, + port: 3000, host: "0.0.0.0", }, };