Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
podholadavid committed Feb 2, 2024
1 parent e7e93f2 commit a1240fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "apps/erpjs/src",
"sourceRoot": "apps/api/src",
"compilerOptions": {
"deleteOutDir": true,
"webpack": true,
"tsConfigPath": "apps/erpjs/tsconfig.app.json"
"tsConfigPath": "apps/api/tsconfig.app.json"
},
"monorepo": true,
"root": "apps/erpjs",
"root": "apps/api",
"projects": {
"api": {
"type": "application",
Expand Down

0 comments on commit a1240fe

Please sign in to comment.