-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run CLI with stricli with bun --watch
, it exits process
#44
Comments
I commented this out in However I am unsure how to make it work now to test out. In root of Then in my project: https://github.com/nikitavoloboev/stricli-test/tree/main/cli I did this: But nothing changed in |
We are going to be removing that call to |
That's great to hear. Can you help me link this project so I use a local version of
|
Ah, so I think you'll need to run |
I tried doing this: Then did this: https://github.com/nikitavoloboev/stricli-test/blob/main/cli/package.json#L14 And when I run it from the linked package nothing is changed: |
If I run a program like this with
bun --watch
:It will rerun it on each save.
However if I try do the same with bun stricli example here:
https://github.com/bloomberg/stricli/tree/main/examples/bun
Like so:
It will not stay in the
--watch
process.How can I make this work. I need it for faster dev cycle. I assume you maybe send some OS code to exit process at the end? Perhaps there is a way to disable this in dev or something.
Thank you.
The text was updated successfully, but these errors were encountered: