Javien Lee
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`.
Would you try with node 19? If you're using yarn PnP, the version should be 19.6.0 and up.
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👍
works well on docker build with bun:1.1.13-alpine
Revolutionizing ElysiaJS: Proposing a Scalability Boost by Emulating Spring Boot or NestJS Structure
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...
Revolutionizing ElysiaJS: Proposing a Scalability Boost by Emulating Spring Boot or NestJS Structure
@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.