Explorar o código

Configure Procfile watchman to watch all packs

Andrew Swistak %!s(int64=6) %!d(string=hai) anos
pai
achega
cedc0accba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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