aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/apps/admin/vite.config.ts
blob: 58676f788a8e5e81102769fc864d071857d12dd1 (plain) (blame)
1
2
3
4
5
6
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";

export default defineConfig({
  plugins: [react()],
});