mirror of
https://github.com/ershisan99/podcaster.git
synced 2025-12-16 12:33:43 +00:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
import { defineConfig } from "vite";
|
|
import react from "@vitejs/plugin-react-swc";
|
|
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
});
|