You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
This is the BX Team monorepo — it contains all BX Team projects, both frontend and backend. When entering a project, either to edit or analyse, you should read it's CLAUDE.md.
4
4
5
5
## Architecture
6
-
-**Monorepo tooling:**[Turborepo](https://turbo.build) (`turbo.json`) + [bun workspaces](https://bun.sh/docs/pm/workspaces) (`package.json` with `workspaces` field)
6
+
-**Monorepo tooling:**[bun workspaces](https://bun.sh/docs/pm/workspaces) (`package.json` with `workspaces` field). Run scripts across packages with `bun run --filter '<pattern>' <script>`.
-**Formatting:**[Biome](https://biomejs.dev) is the source of truth — 2-space indent for TS/JS/JSON and standalone CSS. Tabs are used only inside `.vue``<template>` and `<style>` blocks (Biome doesn't reformat those). Run `bunx biome check .` before committing.
0 commit comments