t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.73k stars 408 forks source link

bug: CSS now working for new workspace #1111

Closed BlackBeardo closed 4 months ago

BlackBeardo commented 4 months ago

Provide environment information

System:
    OS: Windows 11 10.0.22631
    CPU: (4) x64 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz
    Memory: 1.08 GB / 7.80 GB
  Binaries:
    Node: 20.15.1 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD
    pnpm: 9.5.0 - ~\AppData\Roaming\npm\pnpm.CMD
    bun: 1.0.21 - ~\.bun\bin\bun.EXE

Describe the bug

I created new folder named admin in my apps/

apps
---admin(next app)
---expo
---auth-proxy
---nextjs

After created i cd to admin dir and copy next apps all things and pasted in admin folder. i changed admin/package.json's "name": "@acme/admin",

and removed all node_modules, dists and .next and other if generated as well.

then from root i pnpm install and created new command in root package.json "dev:admin": "turbo watch dev -F @acme/admin..." and run pnpm dev:admin.

app is starting fine with all other things like api and auth and everything. but css/style is not being applied to it.

Link to reproduction

https://github.com/t3-oss/create-t3-turbo

To reproduce

nothing fancy. i just explained all.

Additional information

apps/admin : image

apps/nextjs : image

BlackBeardo commented 4 months ago

nm, found bug, i made mistake while copying tailwind.config.ts for apps/admin dir.