28 lines
599 B
JSON
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"
|
|
}
|
|
]
|
|
} |