feat: 添加 .editorconfig 文件,更新 ESLint 配置,修改 TypeScript 配置以支持 Node 22,优化依赖项版本
All checks were successful
/ depcheck (push) Successful in 1m31s
/ build-and-deploy-to-vercel (push) Successful in 2m6s
/ playwright (push) Successful in 2m27s

This commit is contained in:
严浩
2025-01-02 22:22:51 +08:00
parent d132ae7484
commit 78ec619f23
9 changed files with 40 additions and 59 deletions

View File

@ -1,4 +1,5 @@
import { fileURLToPath, URL } from 'node:url';
// import { createSplitChunkOutput } from 'utils4u/rollup';
import { createViteProxy } from 'utils4u/vite';
import { defineConfig, loadEnv } from 'vite';