Debugging file watcher #1244
Replies: 1 comment
-
As it always is, as soon as I posted this I figured it out :D For others. This message appears when a filesystem change happens:
In my case I was simply pointing to an old Dockerfile which had a version without watch support. Pointing to the actual correct Dockerfile with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get the new file watcher working.
I can't get it to reload my workers at all. Does the file watcher log anything when it reloads?
I've tried editing files or creating new ones etc nothing seems to create a new log output and my change is not visible either.
My config pretty "standard"
I'm running
And my
/app
directory is a mounted volume via docker (orbstack)Frankenphp 1.3.3
Orbstack 1.8.2
MacOS 14.7.1
Beta Was this translation helpful? Give feedback.
All reactions