mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 13:52:56 +00:00
338dbcc20e
- Remove stale cloudflare-worker submodule entry from .gitmodules - Remove .git dirs from cf-kv and excalidraw-libraries so Git tracks them as regular files - Fixes 'No url found for submodule path cf-kv' CI error
13 lines
308 B
TOML
13 lines
308 B
TOML
name = "excalidraw-worker"
|
|
main = "index.js"
|
|
compatibility_date = "2023-08-01"
|
|
|
|
[durable_objects]
|
|
bindings = [
|
|
{ name = "CANVAS_OBJECT", class_name = "CanvasObject" },
|
|
{ name = "INDEX_OBJECT", class_name = "IndexObject" }
|
|
]
|
|
|
|
[[migrations]]
|
|
tag = "v1"
|
|
new_sqlite_classes = ["CanvasObject", "IndexObject"] |