Sfoglia il codice sorgente

Use node instead of npm to start

Jake 10 anni fa
parent
commit
703b8e6a8a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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