Replies: 1 comment
-
I'm also wondering this as well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to write a NestJS CLI that exits on completion, but it seems like the NX serve runner is geared towards running forever, even with --watch=false.
Am I missing something? Or do I always have to press Ctrl+C at the end of running?
Here is my bootstrapping function in main.ts
Beta Was this translation helpful? Give feedback.
All reactions