migrating more stuff into domain pkg

This commit is contained in:
Devin Zuczek
2026-07-09 00:56:38 -04:00
parent f0a273a3c4
commit 6e9d857ba6
23 changed files with 588 additions and 268 deletions
+5
View File
@@ -0,0 +1,5 @@
# domain
Shared domain enums and constants for the recflare workers. Single source of
truth for the numeric values the client (and our D1 JSON blobs) encode, so the
same magic numbers aren't re-hardcoded per worker.