Nuxt/docs/content/6.deployment/2.presets.md
Daniel Roe c75c03e0bb
docs: add deployment (#211)
Co-authored-by: Alexander Lichter <manniL@gmx.net>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-14 14:31:30 +02:00

525 B

Presets (advanced)

There are four provided generic presets for Nuxt Nitro that you can use out-of-the-box:

  1. Node.js server
  2. Node.js function
  3. Lambda function
  4. Service worker

If you need to create a custom preset, that's possible too. 🚀

You may also want to check out the docs for platform presets that are supported out-of-the-box.