Disabled Nx daemon

refs https://github.com/TryGhost/DevOps/issues/102

- we've been seeing various bugs relating to the Nx daemon, and when it
  crashes it nukes the entire dev command, which we'd like to avoid
- this should disable the daemon until some of these issues are fixed
This commit is contained in:
Daniel Lockyer 2023-11-14 09:50:51 +01:00 committed by Daniel Lockyer
parent 7e5cad8e11
commit 50951d6eae

View File

@ -10,6 +10,7 @@
"test",
"test:unit"
],
"useDaemonProcess": false,
"cacheDirectory": ".nxcache"
}
}