Skip to content

Commit

Permalink
Disable nx deps analyzis and start be server with ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Jul 13, 2023
1 parent c9ff006 commit eda0fa4
Show file tree
Hide file tree
Showing 7 changed files with 336 additions and 3 deletions.
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
}
}
},
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": false
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
Expand Down
Loading

0 comments on commit eda0fa4

Please sign in to comment.