Pooya Parsa

Results 496 issues of Pooya Parsa

Following up fix in #210, we should support `conditions` option for `lookupNodeModuleSubpath` in order to allow filtering based on them. currently the first export from flatted exports will be used...

enhancement

(this is a primary draft to explain the idea) Related: #138, #87 Sometime default `defu` merging strategy is not ideal. We could allow a custom defu merger but it is...

enhancement
discussion

As a followup to `.config/` dir supports https://github.com/unjs/c12/pull/136 for [config-dir proposal](https://github.com/pi0/config-dir). When configuration file size increases (and there is no way to keep it minimal!!), users might prefer to split...

discussion

When the default export is an array we need to support resolving multi configs (might be a new export `loadConfig`)

enhancement

Frameworks such as vite, support more than one env file like `.env.local` and `.env.prod`. This is [heavily discouraged](https://github.com/motdotla/dotenv#should-i-have-multiple-env-files) by 12 factor and dotenv package however this is a common usage...

enhancement

Nitro tasks allow on-off operations in runtime. Docs: https://nitro.unjs.io/guide/tasks ```[tasklist] ### Tasks - [x] Initial Implementation (#1929) - [x] Write documentation section (PR welcome!) - [x] Stabilize API / return...

enhancement
discussion

Initial PR: https://github.com/unjs/nitro/pull/2170 Relavant docs: - https://h3.unjs.io/guide/websocket - https://crossws.unjs.io # Platform support - [ ] Dev server - [x] Runtime handlers - [ ] Dev handlers - [x] `bun` -...

discussion

Moved from #2254 Nitro uses c12 loader with [environment specific configuration](https://github.com/unjs/c12?tab=readme-ov-file#environment-specific-configuration) and it supports it currently too however the types are not available.

bug
types

Context: https://github.com/nuxt/nuxt/issues/24828 The idea is to prerender some routes but instead of writing them directly to output/public as static HTML files, use it to repopulate cache and use bundled storage...

enhancement
discussion
cache
prerender

> extracted from https://github.com/unjs/nitro/issues/2146 Likewise, `routeRules` are case sensitive. In your example, requesting `/Support-Me` will not redirect either. However, URIs should be case insensitive. Let me know if this needs...

enhancement
discussion
route-rules