Delete vite.config.js

This commit is contained in:
Fulay_Fillah26 2026-06-03 10:54:05 +07:00
parent e21a4ad0f5
commit 867188fc40
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})