From 7626aff62ac36ce8b0d01c78bb073526ca5e189c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng?= <55752553+akamabu@users.noreply.github.com> Date: Wed, 13 May 2026 07:58:26 +0700 Subject: [PATCH] Docs: Document docker-start.ts --- apps/api/v2/scripts/docker-start.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/v2/scripts/docker-start.ts b/apps/api/v2/scripts/docker-start.ts index 30fa5bd296b071..66e08750ecaba1 100644 --- a/apps/api/v2/scripts/docker-start.ts +++ b/apps/api/v2/scripts/docker-start.ts @@ -1,3 +1,4 @@ +/** Documents apps/api/v2/scripts/docker-start.ts module purpose and public usage context */ import { execSync } from "node:child_process"; function checkCommandExists(command: string): boolean {