15fd5c0
1
2
3
4
5
6
7
import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' export default defineConfig({ plugins: [solid()], })