Closed BlackBeardo closed 4 months ago
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
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.
pnpm install
"dev:admin": "turbo watch dev -F @acme/admin..."
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.
https://github.com/t3-oss/create-t3-turbo
nothing fancy. i just explained all.
apps/admin :
apps/nextjs :
nm, found bug, i made mistake while copying tailwind.config.ts for apps/admin dir.
Provide environment information
Describe the bug
I created new folder named admin in my apps/
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 runpnpm 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 :
apps/nextjs :