From b56a6eb5e57e765fdd516fd397d01755d823c3ec Mon Sep 17 00:00:00 2001 From: donghym Date: Sun, 31 May 2026 19:17:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8Ahost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dumirc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dumirc.ts b/.dumirc.ts index 8d4c499..c71f99c 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -2,8 +2,8 @@ import { defineConfig } from 'dumi' import { resolve } from 'path' export default defineConfig({ - host: '0.0.0.0', - port: 8000, + // host: '0.0.0.0', + // port: 8000, themeConfig: { name: 'RustUI', logo: false,