Skip to content

Commit 88a0876

Browse files
committed
fix: use bun in readme
1 parent d2663de commit 88a0876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ cargo build --release # Production build
100100

101101
```bash
102102
cd frontend
103-
npm run dev # Start dev server
104-
npm run build # Production build
105-
npm run check # Type check
106-
npm run lint # Lint code
103+
bun dev # Start dev server
104+
bun run build # Build
105+
bun check # Type check
106+
bun lint # Lint code
107107
```
108108

109109
## Observability

0 commit comments

Comments
 (0)