nitro icon indicating copy to clipboard operation
nitro copied to clipboard

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.

Results 357 nitro issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-fetch-native](https://togithub.com/unjs/node-fetch-native) | [`^0.1.7` -> `^0.1.8`](https://renovatebot.com/diffs/npm/node-fetch-native/0.1.7/0.1.8) | [![age](https://badges.renovateapi.com/packages/npm/node-fetch-native/0.1.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

### Environment Nitro: latest Node: 16.17.1 ### Reproduction nitro.config.ts: ```typescript import { defineNitroConfig } from 'nitropack' export default defineNitroConfig({ output: { dir: '.output', serverDir: '.output/server', publicDir: '' }, }) ```...

### Environment --- ### Reproduction [handlers](https://nitro.unjs.io/config#handlers) Server handlers and routes. If routes/, api/ or middleware/ directories exist, they will be automatically added to the handlers array. How to modify api...

enhancement

Resolves #569 WIP: There are some internal plugins to be updated Dependant plugin updates: ``` ├─┬ rollup-plugin-terser 7.0.2 │ └── ✕ unmet peer rollup@^2.0.0: found 3.2.0 └─┬ rollup-plugin-visualizer 5.8.2 └──...

On production builds, we trace used package files from `node_modules` and extract them to `.output/server/node_modules` but at the same time, flatten the structure by choosing the latest requested version of...

### 🔗 Linked issue #383 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change...

### Environment Node v18.9.0 npm v8.19.1 Do exactly what the doc say. Sorry if it's feel little bit wrong and I don't want to put pressure on you. You are...

https://github.com/rollup/rollup/releases/tag/v3.0.0

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

enhancement

### 🔗 Linked issue resolves https://github.com/nuxt/framework/issues/7363, https://github.com/nuxt/framework/issues/8078 ### ❓ Type of change - [x] 🧹 Chore - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞...

bug