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:
Ullrich Schäfer 2026-03-22 12:41:13 +01:00
parent f2f0bd31ae
commit 9ad2f5785e
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
2 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ cd trails
pnpm install
# Start development
turbo dev
pnpm dev
```
## Development Tools