We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried the starter-kit with Bun. There are some performance gains when using Bun instead of Node/npm:
starter-kit
When using Bun with Protokit I noticed the need to use
import "core-js"; import "reflect-metadata";
as the first two lines in both entry point files and test files.
The text was updated successfully, but these errors were encountered:
Just do bun create proto-kit/starter-kit
bun create proto-kit/starter-kit
Sorry, something went wrong.
No branches or pull requests
I tried the
starter-kit
with Bun. There are some performance gains when using Bun instead of Node/npm:When using Bun with Protokit I noticed the need to use
as the first two lines in both entry point files and test files.
The text was updated successfully, but these errors were encountered: