error - ReferenceError: Cannot access 'createTRPCRouter' before initialization
Anyone ever experience an error as in title of this Q.
src\server\api\root.ts
If you change import order and move roleRouter import at top, it will throw error at roleRouter in below error description.
Error Description:
src\server\api\root.ts
If you change import order and move roleRouter import at top, it will throw error at roleRouter in below error description.
Error Description:
