Tldraw/apps/dotcom-worker/src/lib
Mime Čuvalo c9af23c921
make route prefixes have a single place where they are defined (#3624)
This is for maintainabilty of the paths. It's hard to track down all the
places where a route is being referenced. This helps unify them so that
it's easily searchable in the codebase. This came up during the readonly
room refactor and being able to find the way a particular route was
wired through the codebase.

### Change Type

<!--  Please select a 'Scope' label ️ -->

- [x] `sdk` — Changes the tldraw SDK
- [ ] `dotcom` — Changes the tldraw.com web app
- [ ] `docs` — Changes to the documentation, examples, or templates.
- [ ] `vs code` — Changes to the vscode plugin
- [ ] `internal` — Does not affect user-facing stuff

<!--  Please select a 'Type' label ️ -->

- [ ] `bugfix` — Bug fix
- [ ] `feature` — New feature
- [ ] `improvement` — Improving existing features
- [x] `chore` — Updating dependencies, other boring stuff
- [ ] `galaxy brain` — Architectural changes
- [ ] `tests` — Changes to any test code
- [ ] `tools` — Changes to infrastructure, CI, internal scripts,
debugging tools, etc.
- [ ] `dunno` — I don't know
2024-04-27 10:57:55 +00:00
..
routes make route prefixes have a single place where they are defined (#3624) 2024-04-27 10:57:55 +00:00
utils Readonly / room creation omnibus (#3192) 2024-04-25 14:10:40 +00:00
AlarmScheduler.test.ts Unbiome (#2776) 2024-02-07 16:02:22 +00:00
AlarmScheduler.ts unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
TLDrawDurableObject.ts make route prefixes have a single place where they are defined (#3624) 2024-04-27 10:57:55 +00:00
config.ts unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
r2.ts unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
types.ts Readonly / room creation omnibus (#3192) 2024-04-25 14:10:40 +00:00
worker.ts make route prefixes have a single place where they are defined (#3624) 2024-04-27 10:57:55 +00:00