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 298 nitro issues
Sort by recently updated
recently updated
newest added

**[Deta.sh](https://deta.sh)** is a pretty cool (and as free as it gets) personal-ish cloud for developers 🚀 [Website →](https://deta.sh) [Documentation →](https://docs.deta.sh/docs/micros/deploy) It seemingly doesn't support ESM, what is a good way...

preset proposal

### Environment Node.JS : 16.15.0 NItro : 0.3.8 ### Reproduction Here is a simple reproduction link : [Stackblitz](https://stackblitz.com/edit/node-e4axc9?file=routes/ping.get.ts) Just run `NITRO_PRESET=cloudflare npm run blitz` Notice the message `'pg-native' is imported...

bug
preset:cloudflare
needs investigation
database

Website: https://edgegap.com Documentation: https://docs.edgegap.com/docs/ (will update more details. we have set a meeting today with @danielroe)

preset proposal

https://github.com/nuxt/framework/issues/1539 Alternatively we can integrate with route caching rules for single preset

documentation
pending
discussion
preset:netlify

https://github.com/nuxt/nuxt.js/issues/13764 We can show sumary and per extension summaries (like for js bundle)

enhancement
p2-nice-to-have

Refs: - #39 - https://github.com/unjs/nitro-poc-layer0 (private) TODO: - [x] Move POC as a published preset - [ ] Add deployment guide (@tristanlee85) Improvements: - [ ] Use direct builder/core API...

enhancement
preset proposal
preset:layer0

Currently, we have some small dependencies that are only usable for some presets: - @cloudflare/kv-asset-handler - @netlify/functions - archiver (for azure) Their install size overhead is very small (3.4M non-shared!)...

enhancement
pending

Currently, we have [unjs/server-placeholder](https://github.com/unjs/serve-placeholder) for dev server that prevents unnecessary service calls. However, this can be useful for production as well. We only need to also ensure it will be...

enhancement
p2-nice-to-have

heroku is very customisable but mostly this is done with buildpacks. Here's [the node one](https://devcenter.heroku.com/articles/nodejs-support). By default the node buildpack will build, prune dev dependencies + package the entire app...

enhancement
preset proposal

When deploying a Nitro app with the `azure-functions` preset, static Images such as .pngs and .jpgs are rendered incorrectly. (They are converted to string, which messes with their encoding.) Issues...

bug
preset:azure