feat: full project sync - CI fixes, frontend, workspace API, and all changes

This commit is contained in:
Tomas Dvorak
2026-04-27 09:08:07 +02:00
parent a07fca997e
commit 89b9390c14
109 changed files with 21120 additions and 545 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ ADMIN_USER_ID=admin1234 # Optional
JWT_SECRET=your_super_secret_jwt_string
STORAGE_TYPE=sqlite
DATA_SOURCE_NAME=excalidraw.db
STORAGE_TYPE=postgres
DATABASE_URL=postgres://excalidraw:excalidraw@localhost:5432/excalidraw?sslmode=disable
LOCAL_STORAGE_PATH=./data
OPENAI_API_KEY=sk-your_openai_api_key