Providers
Cleavr
Deploy Nitro apps to Cleavr.
Preset: cleavr
Integration with this provider is possible with zero configuration.
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!