Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: CSS now working for new workspace #1111

Closed
BlackBeardo opened this issue Jul 17, 2024 · 1 comment
Closed

bug: CSS now working for new workspace #1111

BlackBeardo opened this issue Jul 17, 2024 · 1 comment

Comments

@BlackBeardo
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant