浏览代码

Use node instead of npm to start

Jake 10 年之前
父节点
当前提交
703b8e6a8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Procfile

+ 1 - 1
Procfile

@@ -1 +1 @@
-web: cp "modules/config.example.js" "modules/config.js" && npm start
+web: cp "modules/config.example.js" "modules/config.js" && node server.js