add magic ai features
This commit is contained in:
parent
137e4bc0c1
commit
8603e15c8f
17 changed files with 3977 additions and 1 deletions
7
uuid-browser-2-app/vite.config.ts
Normal file
7
uuid-browser-2-app/vite.config.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue