1
0
This commit is contained in:
2025-11-21 06:05:19 +09:00
parent e48ebb953f
commit 47ed2a0633
23 changed files with 417 additions and 11 deletions

7
theatre/vite.config.ts Normal file
View File

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