Files
remix-heroku/app.json
Tommy Parnell 6781fd5fdb init
2022-04-07 10:01:20 -04:00

28 lines
600 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": "hobby"
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}