You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs-site): use .js extensions on relative imports (Node ESM compat)
The package was ported with extensionless relative imports (from "./site"),
which Bun tolerates but Node's ESM resolver rejects (ERR_MODULE_NOT_FOUND) —
so `meta docs --site`/`--scaffold-site` crashed from a real Node install even
though every in-workspace bun test passed. Add the .js extension to all 46
relative imports, matching the convention every sibling package already uses.
Verified: bun tests 40/0, typecheck clean, and `node import()` of the built
dist now resolves.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments