Update {{cookiecutter.project_slug}}/justfile

Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
This commit is contained in:
Hana Belay 2025-01-06 15:32:40 +03:00 committed by GitHub
parent 36156b77b4
commit 0350767e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,10 @@
export COMPOSE_FILE := "docker-compose.local.yml"
## Just does not yet manage signals for subprocesses reliably, which can lead to unexpected behavior.
## Exercise caution before expanding its usage in production environments.
## For more information, see https://github.com/casey/just/issues/2473 .
# Default command to list all available commands.
default:
@just --list