소스 검색

Configure Procfile watchman to watch all packs

Andrew Swistak 6 년 전
부모
커밋
cedc0accba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Procfile.dev

+ 1 - 1
Procfile.dev

@@ -2,7 +2,7 @@
 web: rails s -p 3000
 
 # Watch and continuously compile our react frontend for changing queries
-watchman: watchman watch ./app/javascript/packs/frontend/ -f
+watchman: watchman watch ./app/javascript/packs/ -f
 graphql: yarn run relay --watch
 
 # Watch and coninuously compile frontend javascript