diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8013f6cb1f..25e0d15297 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "packageManager": "yarn@3.3.0", "workspaces": [ - "packages/client", + "packages/frontend", "packages/backend", "packages/sw" ], |