Unlock this challenge:
How can you execute Encore in "watch" mode?
yarn watch
node node_modules/.bin/encore dev --watch
yarn run encore dev --watch
All of these work!