From 5ddb2265cf606168af1c934cb4c5aca9266d1c02 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 5 Sep 2025 13:00:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=80=E5=90=AF=E5=B1=80=E5=9F=9F?= =?UTF-8?q?=E7=BD=91=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 7b994e6..d587633 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -48,6 +48,11 @@ export default defineNuxtConfig({ }, }, }, + + devServer: { + port: 3000, + host: '0.0.0.0', + }, elementPlus: { icon: "ElIcon",