Pooya Parsa
Pooya Parsa
Implemented as simpler merger function so that end-users have full control https://github.com/unjs/c12/pull/160
Hi all, sorry this got delayed. Finally have a runtime-safe solution for this (#3539), but appreciate any early testers to confirm if it works for your projects. `package.json` ```json "resolutions":...
Hi dear @fmoessle I think it is a nice idea to have request info in error logs. You can add them in `src/runtime/error.ts` like this: We might also add same...
Looks good for top level only i was thinking we could simplify top level usge, `prerender: boolean | string[]` (some advanced options from nitro are not always best also to...
I believe module authors should prefer hooks to extend prerender routes. My main concern is that advanced options like `autoSubfolderIndex`, `ignoreUnprefixedPublicAssets` would be exposed alone, so I very much prefer...
This is a good idea. As part of the implementation notes, I think we should enable it only by `nuxi` CLI as an opt-in flag to avoid conflicting with Nuxt...
We use [unjs/untyped](https://github.com/unjs/untyped) to do inference in Nuxt. See this for reference: https://github.com/nuxt/nuxt/blob/dfdebf29191b7ef2c00873b1201bf48a206bf95e/packages/nuxt/src/core/templates.ts#L140
Thanks for the report ~~i will check it. BTW `data` is mounted by default and I expect it to be relative have you tried it?~~
This is a good idea. I think we can support a "console-like" interface as logger option (defaulting to `console` and can be swapped with consola or disabled with `false`). This...
(seems pnpm is using js-yaml now too https://pnpm.io/package_json)