From 1550ccaad193db9991fa92db6b04b635ae534844 Mon Sep 17 00:00:00 2001 From: iam-truongtrungnghia Date: Thu, 17 Sep 2026 10:07:54 +0700 Subject: [PATCH] fix(common): qualify the ADR-0022 citation as the toolbox's --- common/mise.root.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/mise.root.toml b/common/mise.root.toml index a58ae20..451f4d7 100644 --- a/common/mise.root.toml +++ b/common/mise.root.toml @@ -6,7 +6,7 @@ monorepo_root = true database = "@DATABASE@" cache = "@CACHE@" -# apps/web publishes as -web (ADR-0022). `scaffold add`, compose.yaml +# apps/web publishes as -web (toolbox ADR-0022). `scaffold add`, compose.yaml # and the build workflows must all name this one string. image = "ghcr.io/you/@PROJECT_NAME@"