서사형 덱빌딩 게임 프로토 타입

This commit is contained in:
Kyoung5seo
2026-06-15 23:10:54 +09:00
parent e1310bc872
commit e1f5cafdf1
49 changed files with 3261 additions and 7477 deletions

7
client/vite.config.js Normal file
View File

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