commit 8c47adf5e7c48fc0d47a4da2c168fe84db42af8e parent d3da6167b3370e46d00ada7f285f46da7b104d5d Author: triesap <tyson@radroots.org> Date: Wed, 20 Aug 2025 16:02:07 -0700 workspace: update workspace packages Diffstat:
| M | package.json | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json @@ -10,7 +10,7 @@ }, "workspaces": { "packages": [ - "../../global/packages/*", + "../packages/*", "packages/bindings/*" ] },