This commit is contained in:
2026-03-09 16:08:56 +01:00
parent c55bde60e6
commit 40379161e0
17 changed files with 128 additions and 360 deletions

View File

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