Commit Graph
5 Commits
Author SHA1 Message Date
anthonyandClaude Sonnet 5 837dc954c2 fix: replace ts-node with tsx for worker scripts
TypeScript 7's CommonJS export no longer populates ts.sys, which
ts-node's config loader depends on, breaking `npm run worker` with
a TypeError. tsx (esbuild-based) doesn't rely on that API and
natively resolves tsconfig.json path aliases, so tsconfig-paths is
also no longer needed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-11 14:22:46 +02:00
anthony ee063aa460 Code Review Graph + Docs + Config 2026-08-10 15:15:19 +02:00
anthony f2ae4f4c63 chore: commit Next.js-generated tsconfig and agent rules 2026-08-10 14:56:33 +02:00
anthony 479ce1b921 feat: add cron cleanup and worker-check scripts 2026-08-10 14:49:28 +02:00
anthony df3b6dc8c9 chore: scaffold project 2026-08-10 14:14:34 +02:00