Remove dead Lorcana import route and CLI script #59

Merged
varutasu merged 2 commits from chore/delete-dead-lorcana-import into main 2026-06-02 01:42:18 -04:00

2 commits

Author SHA1 Message Date
Randall Stillwell
6e3b81145b Remove orphaned import-lorcana-simple CLI script.
It POSTed to the deleted /api/cards/import-lorcana endpoint; no remaining callers.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 00:40:50 -05:00
Randall Stillwell
662bdd98e1 Remove dead Lorcana import route and CLI script
The admin card-import UI never wired Lorcana; catalog sync uses
pages/api/admin instead. Drop the unused API route, CLI helper, and
stale docs references to import-lorcana.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 00:37:10 -05:00