init
This commit is contained in:
28
app.json
Normal file
28
app.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user