feat: Update total calculator count to include all calculators by modifying the migration script.

This commit is contained in:
Ben
2026-03-08 19:34:07 -07:00
parent 3ae77e02a0
commit 379bb60722
6 changed files with 37196 additions and 13 deletions

View File

@@ -82,4 +82,4 @@ export const categories: Record<string, { label: string; icon: string }> = {
}
};
export const totalCalculators = 2460;
export const totalCalculators = 3124;