Skip to content

Commit

Permalink
chore : lance le backend avec la commande dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cparthur committed Oct 22, 2024
1 parent 10a2328 commit b4f66fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"webpack-cli": "^5.1.4"
},
"scripts": {
"dev": "nx run-many --parallel 4 -t dev -p @tet/app @tet/auth @tet/panier @tet/site",
"dev": "nx run-many --parallel 5 -t dev -p @tet/app @tet/auth @tet/panier @tet/site @tet/backend",
"dev:app": "nx run-many -t dev -p @tet/app @tet/auth @tet/backend",
"dev:backend": "nx dev @tet/backend",
"dev:site": "nx dev @tet/site",
Expand Down

0 comments on commit b4f66fb

Please sign in to comment.