feat(config): add spaced-repetition script

This commit is contained in:
Prad Nukala
2026-08-29 17:26:07 -04:00
parent bf4a1f4c7a
commit 8396c4a7ed
+1
View File
@@ -10,6 +10,7 @@
"close-solved": "bun apps/cli/close-solved.ts", "close-solved": "bun apps/cli/close-solved.ts",
"close-topics": "bun apps/cli/close-topics.ts", "close-topics": "bun apps/cli/close-topics.ts",
"sync-project-fields": "bun apps/cli/sync-project-fields.ts", "sync-project-fields": "bun apps/cli/sync-project-fields.ts",
"spaced-repetition": "bun apps/cli/spaced-repetition.ts",
"api:dev": "cd apps/api && bun run dev", "api:dev": "cd apps/api && bun run dev",
"api:deploy": "cd apps/api && bun run deploy", "api:deploy": "cd apps/api && bun run deploy",
"api:test": "cd apps/api && bun test src", "api:test": "cd apps/api && bun test src",