This commit is contained in:
2026-03-09 15:56:02 +01:00
parent 88629e6dcc
commit c55bde60e6
11 changed files with 2439 additions and 344 deletions

View File

@@ -2,7 +2,6 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from 'path'
export default defineConfig({
plugins: [react()],
server: {