From f46f982b36c2e9a14ead46e53e3512beead46099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 17 May 2026 18:02:47 +0900 Subject: [PATCH] fix: Align the `ServeStaticOption` command with the current specification --- src/serve-static.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serve-static.ts b/src/serve-static.ts index 603cec8..b1dd127 100644 --- a/src/serve-static.ts +++ b/src/serve-static.ts @@ -7,7 +7,7 @@ import { createStreamBody } from './utils/stream' export type ServeStaticOptions = { /** - * Root path, relative to current working directory from which the app was started. Absolute paths are not supported. + * Root path. Relative path is based on current working directory from which the app was started. */ root?: string path?: string