mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 09:01:17 +00:00
6 lines
No EOL
132 B
JavaScript
6 lines
No EOL
132 B
JavaScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react'
|
|
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
}) |