1 2 3 4 5 6
import {defineConfig} from 'vite'; const config = defineConfig({}); export default config;