Files
remix-heroku/app.json
Tommy Parnell 5645408d75 tweaks
2022-04-07 10:07:52 -04:00

28 lines
599 B
JSON

{
"name": "Remix on heroku",
"description": "A sample app showing remix on heroku with postgres",
"keywords": [
"react",
"remix",
"postgres"
],
"website": "https://github.com/TerribleDev/remix-heroku",
"repository": "https://github.com/TerribleDev/remix-heroku.git",
"success_url": "/",
"scripts": {},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}