You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using https://github.com/cespare/reflex, because it let's you only watch certain files. The command I use is reflex -r '\.(sh|go|sql)' --start-service ./script/run.sh, where run.sh is
#!/bin/bash
rm -rf ./server
go build -o server
./server
When I try to run
watcher
, I get the error,Could not watch folder no space left on device
. My device has ~75% capacity left on the SSDThe text was updated successfully, but these errors were encountered: