import { defineConfig } from 'vite' export default defineConfig({ // ... }) Vite 也直接支持TS 配置文件。你可以在 vite.config.ts 中使用 defineConfig 工具函数 ...
確定! 回上一頁