aboutsummaryrefslogtreecommitdiff
path: root/frontend/vite.config.js
blob: c5fc99c907318c46a4c7237b6e7c21276ab900b4 (plain)
1
2
3
4
5
6
7
import { defineConfig } from "vite";
import preact from "@preact/preset-vite";

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [preact()],
});