huseeiin
huseeiin
You must be using a modern version of Node to make this work, right? can we get it? Not an issue, just a question.
"bun run dev" -> "bun dev" ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug...
somewhat of a breaking change put the `ReturnType` last and make it optional for compatibility with better-sqlite3 and to make it easier to insert something when returning is not needed:...
### What is the problem this feature would solve? Sometimes you don't want to deal with the boilerplate that a certain framework or library produces for you so you just...
Delete "moduleResolution": "bundler" from tsconfig and jsconfig as its already in the tsconfig located at "./.svelte-kit/tsconfig.json" --- ### Please don't delete this checklist! Before submitting the PR, please make sure...
`process.env.NODE_ENV` is `undefined` but var with `devDefault` throws error? reprod ```ts export const { PORT, isProd } = cleanEnv(Bun.env, { PORT: port({ devDefault: 3000 }), }); ```
fix #221
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 when i prerender `/about` it...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 currently, `FileRoutes` lazy-loades all routes by...
### Describe the feature After testing with Bun.serve() and h3: "Hello World" h3: 10k req/s Bun.serve: 50k req/s ### Additional information - [ ] Would you be willing to help...