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
Added an optional buildchain to both the craft_v3 and craft_v4 projects, which allows you to spin up a Vite buildchain; see the Makefile for available commands. This is for frontend testing.
Changed
Remove optimize-autoloader in composer.json to speed up composer installs in local dev (#16)
Added stop_grace_period: "1s" to the services that have long-running processes in the docker-compose.yaml
Rename the docker-config/ directory to .docker-config/ so it is tucked away
Ensure permissions are set properly on the entire project in composer_install.sh prior to doing a composer install