Watch for payload changes and rebuild locally #23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently payload does not rebuild when changes are made. Astro does.
It was using the prod container, which calls
yarn serve
, not thedev
container.I've now changed it so there's a separate
payload-dev
container published, and so thatyarn dev
runsdocker compose --build
by default (withyarn dev:nobuild
available for those of us who have mysterious network issues trying to build locally).