From 851ff3fe75688bfd4627cf93a261292c20c4158e Mon Sep 17 00:00:00 2001 From: Json_Lee <2622336659@qq.com> Date: Fri, 30 May 2025 00:08:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=E4=B8=8A=E9=9D=A2=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 8be180c..b36f387 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -2,7 +2,6 @@ import { defineConfig, loadEnv } from "vite"; import path from "path"; import plugins from "./.build/plugins"; -// TODO: 开发一个环境变量ts类型处理的插件 // https://vite.dev/config/ export default defineConfig((cnf) => { const { mode } = cnf;