Javien Lee

Results 10 comments of Javien Lee

It's being addressed in #20. Please track this PR :)

As we don't use boxen anymore, this PR should be closed.

If you were using Astronaut prompt before, try removing `starship init fish | source` at `~/.config/fish/config.fish`.

It's totally fine.🙂 Since it's an experimental function, I think we can fix it later. I just wanted to let you know. Thanks for quick answer👍

I think implementing [AbstractHttpAdapter](https://github.com/nestjs/nest/blob/master/packages/core/adapters/http-adapter.ts) would be better than building it from scratch. There is an [adapter for Hono](https://github.com/kiyasov/platform-hono), but I can't find one for Elysia. If you're interested, I'm willing...

@ouarrho I'm glad to hear that. But, I don't think that there's anything to discuss. You can just start the project and let me know the repository url after some...

express has already released v5, which dropped support for Nodejs before 18. https://expressjs.com/2024/10/15/v5-release.html#goodbye-nodejs-010-hello-node-18 I think we might be able to consider moving on to a new major version with minimal...

nestjs includes extra packages in the code, so specifying them as `external` might work.