Browse Source

Fix debugging with VS Code due to missing Source Map (#3050)

Fixes #2801
pull/3054/head
Søren Bjergmark 11 months ago
committed by GitHub
parent
commit
b060b81204
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      apps/api/project.json

1
apps/api/project.json

@ -13,6 +13,7 @@
"deleteOutputPath": false, "deleteOutputPath": false,
"main": "apps/api/src/main.ts", "main": "apps/api/src/main.ts",
"outputPath": "dist/apps/api", "outputPath": "dist/apps/api",
"sourceMap": true,
"target": "node", "target": "node",
"tsConfig": "apps/api/tsconfig.app.json", "tsConfig": "apps/api/tsconfig.app.json",
"webpackConfig": "apps/api/webpack.config.js" "webpackConfig": "apps/api/webpack.config.js"

Loading…
Cancel
Save