Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: Swayam Gupta <[email protected]>
  • Loading branch information
iamsyg authored Sep 27, 2024
1 parent 7e9b2e8 commit ed94da9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// vite.config.js
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite'

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

0 comments on commit ed94da9

Please sign in to comment.