Add API for propagating cursor locations (#61)

This commit is contained in:
Andras Schmelczer 2025-06-08 20:20:52 +01:00 committed by GitHub
parent f97193e287
commit e8b9bf40c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 1930 additions and 2229 deletions

35
.gitignore vendored
View file

@ -1,17 +1,18 @@
# npm
node_modules
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Rust build folder
backend/target
frontend/*/dist
backend/db.sqlite3*
backend/databases
*.log
*.sqlx
# npm
node_modules
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Rust build folder
backend/target
# Frontend build folders
frontend/*/dist
backend/db.sqlite3*
backend/databases
backend/sync_server/bindings/*.ts
*.log
*.sqlx