From 00bd5b220df95e62d554711da5645d825c05aaaf Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Tue, 17 Mar 2026 10:55:42 +0800
Subject: [PATCH] 修改类型
---
vite.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 094861a..f47c254 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -25,7 +25,7 @@
},
// vite 相关配置
server: {
- port: 80,
+ port: 89,
host: true,
open: true,
proxy: {
--
Gitblit v1.9.2