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.
This commit is contained in:
Danny Avila 2025-07-13 08:54:09 -04:00 committed by Marco Beretta
parent ae43b4eed0
commit 21c3a831c3
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -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'),