Skip to content

Commit 6c13df1

Browse files
committed
Enable source maps in host CLI
1 parent 81c7245 commit 6c13df1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node --enable-source-maps
22
import "../dist/node/cli/run.js";

packages/host/tsconfig.node.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"composite": true,
55
"declarationMap": true,
6+
"sourceMap": true,
67
"outDir": "dist",
78
"rootDir": "src",
89
"types": ["node"],

0 commit comments

Comments
 (0)