-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Provide environment information
System:
OS: macOS 15.6.1
CPU: (14) arm64 Apple M4 Pro
Memory: 131.64 MB / 48.00 GB
Shell: 5.3.0 - /opt/homebrew/bin/bash
Binaries:
Node: 24.4.1 - /opt/homebrew/bin/node
npm: 11.4.2 - /opt/homebrew/bin/npm
Describe the bug
Shadcn styles were failing to be applied. Removing the '--turbo' command on the next dev (dev script) fixed this.
Just letting the community know to hopefully save someone else a lot of time. I also just don't think we need to be using that --turbo flag in the dev. Bugs like this become insanely hard to debug.
Just add another script with turbo perhaps? dev:turbo
?
Reproduction repo
n/a
To reproduce
Use the t3 cli tool with all defaults. Then try to init and use shadcn.
Additional information
No response
kiliantyler