feat(cli): Implement note recalculation command

This commit is contained in:
Jesse Wierzbinski 2025-02-11 18:39:38 +01:00
parent e5f222c529
commit 03d3a2d3d4
No known key found for this signature in database
2 changed files with 88 additions and 0 deletions

View file

@ -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) {