I followed the instructions here:
https://nitro.unjs.io/deploy/providers/heroku
this is my package.json
{
"private": true,
"scripts": {
"build": "nitro build",
"start": "node .output/server/index.mjs",
"dev": "nitro dev"
},
"devDependencies": {
"nitropack": "latest"
}
When trying to deploy this is what happens (Attached)