Преглед на файлове

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