From 4e7684d67d61990061902baee19359638e09890d Mon Sep 17 00:00:00 2001 From: yusing Date: Wed, 16 Apr 2025 00:10:03 +0800 Subject: [PATCH] chore: fix directory preparation --- internal/common/paths.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/common/paths.go b/internal/common/paths.go index 94137ec..09e0f90 100644 --- a/internal/common/paths.go +++ b/internal/common/paths.go @@ -28,4 +28,6 @@ var RequiredDirectories = []string{ ConfigDir, ErrorPagesDir, MiddlewareComposeDir, + DataDir, + MetricsDataDir, }