2025-01-04 18:42:55 -05:00

11 lines
205 B
TypeScript

import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
define: {
global: "window",
},
});