feat: setup

This commit is contained in:
Louis
2023-11-17 17:59:32 +01:00
parent 4d204abccc
commit 2925b17507
14 changed files with 3388 additions and 1 deletions

7
vite.config.ts Normal file
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()],
})