5125 - fix npx nx start does not exit gracefully (#5133)

Fixes: https://github.com/twentyhq/twenty/issues/5125

Updated nx version that includes fix (see fix PR:
https://github.com/nrwl/nx/pull/22895, release confirming fix:
https://github.com/nrwl/nx/releases/tag/18.3.3)

<img width="291" alt="image"
src="https://github.com/twentyhq/twenty/assets/68029599/b72b4a5c-9957-445d-b8b2-8352122cade8">
This commit is contained in:
Hinson Chan
2024-04-24 02:53:53 -07:00
committed by GitHub
parent c63ee519ea
commit 3b0f81e7e1
4 changed files with 322 additions and 214 deletions

View File

@ -34,7 +34,7 @@
},
"devDependencies": {
"@nestjs/cli": "10.3.0",
"@nx/js": "18.1.3",
"@nx/js": "18.3.3",
"@types/lodash.differencewith": "^4.5.9",
"@types/lodash.isempty": "^4.4.7",
"@types/lodash.isequal": "^4.5.8",