Update vite.config.ts

This commit is contained in:
2026-01-16 13:40:05 +00:00
parent e736d89611
commit 9cd03ce6f7

View File

@@ -2,5 +2,5 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()]
plugins: [react()],
})