Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The studio is embedded in the `hyperframes dev` command. To develop the studio U

```bash
cd packages/studio
pnpm dev # Start Vite dev server
pnpm build # Build for production
pnpm typecheck # Type-check
bun run dev # Start Vite dev server
bun run build # Build for production
bun run typecheck # Type-check
```

## Tech stack
Expand Down
Loading