Pooya Parsa
Pooya Parsa
Feel free to make a PR 👍🏼
`isTTY` in dev server (which is a Node.js worker) is undefined -- this is node.js behavior and actually correct indication that TTY (for interactive prompt) is not available in worker...
@datner i have two references we use: - https://github.com/unjs/std-env/blob/a337aaba4577b9f23ce16e0e91eac106b03c5e73/src/flags.ts#L44 - https://github.com/unjs/consola/blob/1ac116a1c415fbfc1bab57cb0a0013ccc0bc3e2c/src/utils/color.ts
Thanks for the work dear @joaopalmeiro. I might take longer for me to test and release but your work seems nice 👍🏼
(reopen until investigate better. we should auto detect bun but seems we don't)
That's another topic for nitro v3 maybe (server will be multi-runtime ;) but in src/preset we should auto detect Bun. Also Bun, should work in Node.js compat mode, it might...
In the current, simplest implementation, (top-level) consola.`sucess,fail,fatalerror` finalizes (previous) loading state (started by `consola.start`) I am thinking of two possible ways to expose controllable spinner instances for listr like behavior:...
per entry for rollup does not works, unbuild does single build phase for all rollup because it can share chunks (it is by design). fixing types to omit makes more...
Would you like to make a PR to the docs sharing your experience? 🙏🏼
PAT or better [fine gained personal tokens](https://github.blog/security/application-security/introducing-fine-grained-personal-access-tokens-for-github/) are good (we don't support github app). Feel free to start a draft I can help to finish it.