1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-05 15:47:36 +03:00
phanpy/vite.config.js

8 lines
167 B
JavaScript
Raw Normal View History

2022-12-10 17:14:48 +08:00
import preact from '@preact/preset-vite';
import { defineConfig } from 'vite';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [preact()],
});