fix: Fix TypeScript errors for CI

- Add export {} to cli.ts and discover-and-import-store.ts to treat as modules
- Remove scrapeStore reference in crawler-jobs.ts (legacy scraper removed)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-08 10:45:47 -07:00
parent 20300edbb8
commit b1ab45f662
3 changed files with 8 additions and 2 deletions

View File

@@ -254,3 +254,5 @@ Next steps to complete import:
}
main().catch(console.error);
export {};