Files
Krow-workspace/apps/web/pnpm-workspace.yaml
Achintha Isuru 03f8793e31 Use teamHubs API and update pnpm workspace
Switch CreateOrderDialog to the new team hubs API: replace useListHubs with useListTeamHubs, iterate hubsData.teamHubs, and show h.hubName in the Select. Also adjust pnpm configuration: add packages: ['.'] to pnpm-workspace.yaml and remove the overrides block from pnpm-lock.yaml (overrides moved into the workspace file). These changes align the UI with the updated dataconnect-generated API shape and correct the pnpm workspace setup.
2026-03-05 16:22:30 -05:00

6 lines
89 B
YAML

packages:
- '.'
overrides:
'@dataconnect/generated': link:src/dataconnect-generated