소스 검색

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