mirror of
https://github.com/ershisan99/podcaster.git
synced 2026-01-27 21:02:09 +00:00
chore: scaffold the project
This commit is contained in:
6
vite.config.ts
Normal file
6
vite.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
});
|
||||
Reference in New Issue
Block a user