first commit

This commit is contained in:
Amadea
2026-08-27 19:47:41 +07:00
parent 857f4bdfdf
commit 4f9533c56f
21 changed files with 2874 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})