Enable source maps for readable stack traces

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 17:05:18 -05:00
parent 35165dcefe
commit a39ed37a03
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$DIR" cd "$DIR"
../cmd pnpm ncc build ./app.ts -o dist ../cmd pnpm ncc build ./app.ts -o dist --source-map

View File

@@ -6,4 +6,4 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$DIR" cd "$DIR"
exec ../cmd node dist/index.js "$@" exec ../cmd node --enable-source-maps dist/index.js "$@"