nitro
nitro copied to clipboard
Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
### Environment nitro: 2.2.3 node: 18.14.2 ### Reproduction Unfortunately, this doesn't work on Stackblitz. I just provided it for a quick overview [Stackblitz Repro](https://stackblitz.com/edit/github-rwzkhp?file=nitro.config.ts) If I run this locally on...
### Describe the feature Hello, I was thinking about after middleware like in express. For example, if I've a middleware like this: ```ts export default eventHandler(() => { console.log('before') next()...
### Describe the feature Reproduction: https://stackblitz.com/edit/github-s5xq85?file=routes%2Findex Hi 👋, currently when throwing an error e.g. in a eventHandler (see reproduction) I get the following output in my console: ``` [nitro] [request...
### Describe the feature I think that we could add a guide about usage of sessions (same approach that I've done in #1307). ### Additional information - [X] Would you...
### Environment Node.js: 18.20.3 Nitropack: 2.9.7 ### Reproduction https://stackblitz.com/edit/github-dyj94s ### Describe the bug I created a plugin and set up an error hook, in the error hook I return a...
### Environment node:20 in azure static web apps ### Reproduction [https://stackblitz.com/edit/github-p3avvp?file=server%2Froutes%2Findex.ts](https://stackblitz.com/edit/github-p3avvp?file=server%2Froutes%2Findex.ts) ### Describe the bug In this product environment of Azure, even if it is set to node:20, it still...
### Environment Nuxt: 3.12.3 Node: 20 ### Reproduction Deploy a basic Nuxt app with an api that returns a web response like ```ts export default function eventHandler((event) => { return...
https://github.com/coollabsio/coolify https://github.com/coollabsio/coolify-examples/tree/main/nuxt/nitro /cc @justserdar if you want to take on this :)
### Describe the feature DevStorage runs at runtime and thous needs to be plain js. It would be nice to support .ts files as well. This issue references: https://github.com/nuxt/nuxt/issues/22990 You'll...
### Environment ```sh $ node --version v18.20.3 ``` ```sh $ npm ls +-- @esbuild/[email protected] extraneous +-- @parcel/[email protected] extraneous +-- @parcel/[email protected] extraneous +-- @rollup/[email protected] extraneous +-- @rollup/[email protected] extraneous +-- [email protected] `--...