mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-29 16:09:09 -04:00
feat: basic card scructure
This commit is contained in:
parent
35bf95891c
commit
438b1fcfe4
16 changed files with 4917 additions and 0 deletions
7
memory-game/mg-frontend/vite.config.js
Normal file
7
memory-game/mg-frontend/vite.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue