project init

This commit is contained in:
2023-08-31 14:10:25 +02:00
parent 64d8a6df86
commit d8ccec4374
16 changed files with 1834 additions and 0 deletions
+7
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()],
})