feat: Projektgeruest und Spec-Grundlagen

This commit is contained in:
vchuser
2026-07-28 14:11:54 +02:00
parent 82898a1539
commit 3aa54d6c78
8 changed files with 1239 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite';
export default defineConfig({
// Relative Basis, damit die App auch hinter einem Pfad-Proxy laeuft.
base: './',
server: { host: '0.0.0.0' },
});