fix: 🐛 修改架构上面的内容

This commit is contained in:
Json_Lee 2025-05-30 00:08:56 +08:00
parent 35f3a87a0c
commit 851ff3fe75

View File

@ -2,7 +2,6 @@ import { defineConfig, loadEnv } from "vite";
import path from "path"; import path from "path";
import plugins from "./.build/plugins"; import plugins from "./.build/plugins";
// TODO: 开发一个环境变量ts类型处理的插件
// https://vite.dev/config/ // https://vite.dev/config/
export default defineConfig((cnf) => { export default defineConfig((cnf) => {
const { mode } = cnf; const { mode } = cnf;