Use pnpm instead of bare turbo in dev commands
turbo is a local devDependency, not globally installed. Using pnpm as the entry point resolves the local binary correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f2f0bd31ae
commit
9ad2f5785e
2 changed files with 5 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ cd trails
|
|||
pnpm install
|
||||
|
||||
# Start development
|
||||
turbo dev
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
## Development Tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue