Behebt Demo-Modus: committete Env-Dateien und Project-ID-Fallback

.env.development/.env.production und zentraler isDemoMode verhindern
leere VITE_APPWRITE_PROJECT_ID nach git clone ohne lokale .env.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Webklar Deploy
2026-05-22 19:33:14 +00:00
parent 73d6c50b8d
commit f5257cd251
10 changed files with 108 additions and 30 deletions

8
.gitignore vendored
View File

@@ -1,10 +1,10 @@
# Dependencies
node_modules/
# Environment variables
#.env
#.env.local
.env.production
# Environment variables (persönliche Overrides — nicht committen)
.env
.env.local
.env.*.local
# Build output
dist/