mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 10:41:09 +02:00
Package uses moduleResolution: NodeNext which requires explicit .js extensions on relative ESM imports. Without these, prepare/build failed and broke pnpm install for the whole monorepo. The implicit-any errors on (table) callbacks were cascading from the broken imports — they resolve once the modules import correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| schema | ||
| client.ts | ||
| index.ts | ||
| migrate-from-supabase.ts | ||
| migrate.ts | ||
| seed.ts | ||
| test-connection.ts | ||