浏览代码

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