From 0350767e5d451ccd559337a4d2a5249d44f250ad Mon Sep 17 00:00:00 2001 From: Hana Belay <66206865+earthcomfy@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:32:40 +0300 Subject: [PATCH] Update {{cookiecutter.project_slug}}/justfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fábio C. Barrionuevo da Luz --- {{cookiecutter.project_slug}}/justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/{{cookiecutter.project_slug}}/justfile b/{{cookiecutter.project_slug}}/justfile index 649ab6780..38ef8dd47 100644 --- a/{{cookiecutter.project_slug}}/justfile +++ b/{{cookiecutter.project_slug}}/justfile @@ -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