mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-03 12:31:01 +08:00
Added heroku app.json manifest
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "HackFlowy",
|
||||
"description": "Workflowy clone, built using Backbone.js & Socket.io",
|
||||
"keywords": ["express", "backbone", "socket.io"],
|
||||
"website": "https://github.com/abhshkdz/HackFlowy",
|
||||
"repository": "https://github.com/abhshkdz/HackFlowy",
|
||||
"scripts": {
|
||||
"postdeploy": ""
|
||||
},
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
},
|
||||
"addons": [
|
||||
"heroku-postgresql:dev"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user