refactor: moving from nextjs to vite+react
This commit is contained in:
8
vite.config.ts
Normal file
8
vite.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
|
||||
const config = defineConfig({
|
||||
plugins: [react()],
|
||||
});
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user