style: 💄 移除空行、优化注释

This commit is contained in:
ray
2025-02-12 17:22:08 +08:00
parent f5dbff0d9e
commit 94c815eb58
4 changed files with 1 additions and 4 deletions

View File

@@ -20,7 +20,6 @@ const __APP_INFO__ = {
const pathSrc = resolve(__dirname, "src");
// Vite配置 https://cn.vitejs.dev/config
export default defineConfig(({ mode }: ConfigEnv) => {
const env = loadEnv(mode, process.cwd());
return {