From a37b1b1446b4b45073e2f650d6ab56a78bd352ee Mon Sep 17 00:00:00 2001 From: Siavash Sameni Date: Sun, 24 May 2026 09:08:20 +0400 Subject: [PATCH] docs: fix taskmaster file storage config --- .taskmaster/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskmaster/config.json b/.taskmaster/config.json index ab2778f..7fdee32 100644 --- a/.taskmaster/config.json +++ b/.taskmaster/config.json @@ -35,6 +35,6 @@ "anonymousTelemetry": false }, "storage": { - "type": "local" + "type": "file" } }