fix: resolve tailwind config import issues
- Inline tailwind config to resolve Turbopack import issues with @tpmjs/config - Add exports field to @tpmjs/config package.json for proper module resolution - Add @tpmjs/config to transpilePackages in Next.js config Note: page.tsx has a pre-existing Turbopack parsing error at line 604 that needs to be addressed separately (it existed before these changes).
This commit is contained in:
parent
ffc5807ba0
commit
f5d7364c96
3 changed files with 241 additions and 10 deletions
|
|
@ -8,6 +8,9 @@
|
|||
"tailwind",
|
||||
"tsconfig"
|
||||
],
|
||||
"exports": {
|
||||
"./tailwind/base": "./tailwind/base.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "^4.3.5"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue