From 21c3a831c313837ab71a165ab12c73c3f3dfdb20 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sun, 13 Jul 2025 08:54:09 -0400 Subject: [PATCH] feat: add client package directory to update configuration - Included the 'client' package directory in the update.js configuration to ensure it is recognized during updates. --- config/update.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/update.js b/config/update.js index e0dba111e5..d6ffd55904 100644 --- a/config/update.js +++ b/config/update.js @@ -19,6 +19,7 @@ const directories = [ rootDir, path.resolve(rootDir, 'packages', 'data-provider'), path.resolve(rootDir, 'packages', 'data-schemas'), + path.resolve(rootDir, 'packages', 'client'), path.resolve(rootDir, 'packages', 'api'), path.resolve(rootDir, 'client'), path.resolve(rootDir, 'api'),