Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
feat: host attemp #1
Browse files Browse the repository at this point in the history
  • Loading branch information
NotHydra committed Feb 14, 2024
1 parent 4aa6555 commit 200300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"executor": "@nx/webpack:webpack",
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"dependsOn": ["common:build", "api:prisma-generate"],
"dependsOn": [ "api:prisma-generate"],
"options": {
"target": "node",
"compiler": "tsc",
Expand Down

0 comments on commit 200300e

Please sign in to comment.