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
+1 -1
View File
@@ -6,7 +6,7 @@
*
* The `auth` worker owns the accounts schema/migrations; econ only reads/writes
* the avatar column. SCHEMA_DDL mirrors the table so tests can build it without
* depending on the auth worker — keep it in sync with auth's accounts-db.ts.
* depending on the auth worker — keep it in sync with @repo/domain's accounts-db.ts.
*/
/** Schema DDL for tests — the accounts table including the avatar column. */