Minigame Editor Demo 16/10/2024

This commit is contained in:
2024-10-16 10:20:17 +07:00
parent 98ec6fe8ce
commit 89489d62a9
64 changed files with 8918 additions and 0 deletions

View File

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