rafik4714
TTCTheo's Typesafe Cult
•Created by rafik4714 on 8/6/2024 in #questions
"next dev" ignores imports with customConditions
It ignores tsconfig "customConditions" setting which i use to import from src on development. The whole idea of customContions is to do development on the source code, without the need to compile any other monorepo's package and make the app work properly run by nodejs after successful compilation. I can't see any SO or GH issues about that. Tried to fallback "import" section of package.json exports into source code and it works well. Application build with tsc & next export works well. Any idea how i can force nextjs to use "@source" exports during development?
2 replies
TTCTheo's Typesafe Cult
•Created by rafik4714 on 7/6/2023 in #questions
tRPC + next-auth + next app router example application
Hi! Im looking for a demo of trpc with secured procedures and next-auth running together under app router
2 replies