Nuxt supports deploying on the DigitalOcean App Platform with minimal configuration.
SERVER_PRESET=digital-ocean
engines.node field in your app's package.json to ensure DigitalOcean uses a supported version of Node.js:{
"engines": {
"node": "20.x"
}
}
package.json:{
"scripts": {
"start": "node .output/server/index.mjs"
}
}
Components > Settings > Commands, click "Edit", then add npm run start