From 5eb6903bde0b9be730b35fc116eabf808f8f64e0 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 18 三月 2025 11:33:58 +0800 Subject: [PATCH] fix:简化项目模板&剔除无用部分 --- vite.config.js | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/vite.config.js b/vite.config.js index 0c62894..622c954 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,11 +1,3 @@ -/* - * @Author: elkers dmhe0357 - * @Date: 2024-10-02 12:49:11 - * @LastEditors: Liuyi candymxq888@outlook.com - * @LastEditTime: 2024-11-09 09:44:02 - * @FilePath: \water-qinghe-web\vite.config.js - * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE - */ import { defineConfig, loadEnv } from 'vite' import path from 'path' import createVitePlugins from './vite/plugins' @@ -33,7 +25,7 @@ }, // vite 相关配置 server: { - port: 5030, + port: 5036, host: true, open: true, proxy: { -- Gitblit v1.9.3