Xenova's picture
Xenova HF Staff
Upload source code (#3)
f500247 verified
raw
history blame contribute delete
166 Bytes
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
});