Pooya Parsa

Results 540 issues of Pooya Parsa

> [!NOTE] > This PR is not to merge but you can overview undergoing major nitro v2...v3 breaking changes which will be **mostly breaking changes and removals** in the first...

This PR adds support to enable the open API route in the production build output. Resolves #2418 (experimentally!) New configs (`openAPI: {}`) - `production` - `false` - (default) does not...

https://nitro.unjs.io/guide/introduction/configuration

documentation

(From question by @InstantlyMoist in https://github.com/unjs/nitro/discussions/2558) In development mode, we can detect situations when cache computation is cheaper than storing and retrieving it to warn users about it. It is...

enhancement
dx
cache
p2-nice-to-have

Ref: https://github.com/nuxt/nuxt.js/issues/12827 Running a production server with SSL needs the `NITRO_SSL_CERT` and `NITRO_SSL_KEY` to be from filesystem. As a workaround (UNIX and Mac), we can use: ``` NITRO_SSL_CERT="`cat path/to/cert.pem`" NITRO_SSL_KEY="`cat...

bug

[TODO line](https://github.com/unjs/nitro/blob/7e1a70af8a7a7de6b2a6e556703479c725f872a5/src/runtime/internal/renderer.ts#L40)

enhancement
pending

Nitro v2.10 release had been delayed due to major (non-breaking) structure changes making sure Nitro 2.x is forward-compatible until community adoption happens. It might be delayed a little bit longer...

Implemented in #1789 (from #1788) We shall add basic usage docs. /cc @Barbapapazes

documentation
module

Currently tests collide as they set to same `.data` dir

test
chore

Context: https://github.com/nuxt/nuxt/issues/13587 This error often happens randomly with dev server running in a container.

needs investigation