mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Implement duration controls on mutes
This commit is contained in:
parent
9d1d56bd08
commit
c9a1581932
17 changed files with 652 additions and 572 deletions
|
|
@ -3,3 +3,6 @@ import { deleteOldTestUsers } from "./utils.ts";
|
|||
|
||||
await setupDatabase();
|
||||
await deleteOldTestUsers();
|
||||
|
||||
// Start workers
|
||||
await import("~/entrypoints/worker/index.ts");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue