Cleavr
Deploy Nitro apps to Cleavr.
Preset: cleavr
(switch to this preset)
Zero Config Provider
Integration with this provider is possible with zero configuration. (Learn More)
Integration with this provider is possible with zero configuration. (Learn More)
Nitro provides a built-in preset to generate output format compatible with Cleavr.io.
Set up your web app
In your project, set Nitro preset to cleavr
.
export default {
nitro: {
preset: 'cleavr'
}
}
Push changes to your code repository.
In your Cleavr panel:
- Provision a new server
- Add a website, selecting Nuxt 3 as the app type
- In web app > settings > Code Repo, point to your project's code repository
You're now all set to deploy your project!