Przeglądaj źródła

Use node instead of npm to start

Jake 10 lat temu
rodzic
commit
703b8e6a8a
1 zmienionych plików z 1 dodań i 1 usunięć
  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