mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(cli): ✨ Implement note recalculation command
This commit is contained in:
parent
e5f222c529
commit
03d3a2d3d4
2 changed files with 88 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ export const commands = {
|
|||
).default,
|
||||
"generate-keys": (await import("./commands/generate-keys.ts")).default,
|
||||
start: Start,
|
||||
"notes:recalculate": (await import("./commands/notes/recalculate.ts"))
|
||||
.default,
|
||||
};
|
||||
|
||||
if (import.meta.path === Bun.main) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue