Browse Source

Use node instead of npm to start

Jake 10 năm trước cách đây
mục cha
commit
703b8e6a8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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