mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 21:05:36 -04:00
feat: updated component
This commit is contained in:
parent
940deff071
commit
839c5a6b26
15 changed files with 4780 additions and 0 deletions
7
cv-project/vite.config.js
Normal file
7
cv-project/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