๐Ÿ“ฆ manideepk90 / assignment-1

๐Ÿ“„ vite.config.ts ยท 7 lines
1
2
3
4
5
6
7import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";

export default defineConfig({
  plugins: [react()],
});