mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-09-09 11:14:22 +08:00
Initial heroku integration
This commit is contained in:
@@ -10,5 +10,14 @@
|
||||
"sequelize": "~1.7.9",
|
||||
"socket.io": "~1.0.6",
|
||||
"config": "~1.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"db:migrate": "./node_modules/sequelize/bin/sequelize -m --config config/database.json",
|
||||
"db:seed": "node db/seed/initial_tasks.js",
|
||||
"postinstall": "npm run db:migrate && npm run db:seed"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user