feat(api): Implement duration controls on mutes

This commit is contained in:
Jesse Wierzbinski 2025-03-30 20:54:47 +02:00
parent 9d1d56bd08
commit c9a1581932
No known key found for this signature in database
17 changed files with 652 additions and 572 deletions

View file

@ -3,3 +3,6 @@ import { deleteOldTestUsers } from "./utils.ts";
await setupDatabase();
await deleteOldTestUsers();
// Start workers
await import("~/entrypoints/worker/index.ts");