import { defineConfig } from 'vite'; import vue from '@vitejs/plugin-vue'; /** 定义用户端开发与构建配置。 */ export default defineConfig({ plugins: [vue()] });