chore: move sandbox to apps/ (#1171)

This commit is contained in:
rahim
2026-04-01 12:42:06 -07:00
committed by GitHub
parent 2fff955ab6
commit 6c5f8c0eda
77 changed files with 94 additions and 84 deletions
+6
View File
@@ -94,6 +94,12 @@ Sometimes you may want to do (non-dev) builds, say, to validate the full build p
pnpm build:packages
```
To build the sandbox (and its package dependencies):
```sh
pnpm build:sandbox
```
To build all workspace packages and applications:
```sh