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
# php tests (use --filter to run specific tests)
docker compose run --rm backend vendor/bin/phpunit
# phpstan
docker compose run --rm backend vendor/bin/phpstan --memory-limit=1G
# prettier
docker compose run --rm frontend npm run format