feat: integrate Appwrite for snapshot management and enhance Tldraw component with remote loading and saving

This commit is contained in:
2025-09-04 10:38:17 -03:00
parent 78962e7ad6
commit eb76be59a7
4 changed files with 220 additions and 7 deletions

View File

@@ -1 +1,4 @@
VITE_SERVER_URL=
VITE_APPWRITE_ENDPOINT=https://<REGION>.cloud.appwrite.io/v1
VITE_APPWRITE_PROJECT_ID=<PROJECT_ID>
VITE_APPWRITE_DB_ID=<DATABASE_ID>
VITE_APPWRITE_COLLECTION_ID=<COLLECTION_ID>