Søren Bjergmark
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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" |
|
|