sourcegraph/pnpm-workspace.yaml
Nelson Araujo 08ed73cd3d
Convert Appliance Maintenance UI to Bazel (#63661)
Write Bazel machinery for the Appliance maintenance UI.

## Test plan

- `bazel build ...` passes
- `pnpm run dev` launches app successfully

---------

Co-authored-by: Jean-Hadrien Chabran <jh@chabran.fr>
2024-07-10 13:47:18 +02:00

7 lines
221 B
YAML

packages:
- 'client/*'
# The test dataset is generated and ignored by Git. Use the published version instead.
- '!client/cody-context-filters-test-dataset'
- 'schema'
- 'internal/appliance/frontend/maintenance'