Files
stack/apps
Jason Woltje 8733a643bf
All checks were successful
ci/woodpecker/push/api Pipeline was successful
fix(api): remove "type": "module" conflicting with CommonJS build output
The NestJS tsconfig compiles to CommonJS (module: "CommonJS") but
package.json had "type": "module", causing Node.js v24 to treat the
CJS output as ESM and fail with "exports is not defined in ES module
scope" at startup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:53:43 -06:00
..