This commit is contained in:
h202-wq
2026-08-18 18:20:27 -04:00
commit 9796ddeac3
15 changed files with 1695 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})