Teal.fm frontend powered by slices.network tealfm-slices.wisp.place
tealfm slices
at main 197 B view raw
1import { defineConfig } from "vite"; 2import react from "@vitejs/plugin-react"; 3 4// https://vite.dev/config/ 5export default defineConfig({ 6 plugins: [react({ babel: { plugins: ["relay"] } })], 7});