optimierte texte

This commit is contained in:
2026-05-25 14:49:50 +02:00
parent f7dd547f8d
commit 7e58e43e18
55 changed files with 6318 additions and 210 deletions

View File

@@ -7,8 +7,10 @@ import { componentTagger } from "lovable-tagger";
export default defineConfig(({ mode }) => ({
base: process.env.VITE_BASE_PATH || "/",
server: {
host: "::",
port: 8080,
// Nicht 8080: Cursor belegt localhost:8080 → ERR_EMPTY_RESPONSE im Browser
host: "localhost",
port: 5173,
strictPort: false,
hmr: {
overlay: false,
},