most examples are shown as one huge file. how do i separate router
, t
, procedure
and all other utilities so that I can separate the bootstrapping part of the backend, and separate every procedure as its own file, and then call the router's createCaller
(or do "server side calls" in those procedures that are separated into their own files, by importing router
from the bootstrapping part of the backend) without falling into some import loop problem?
Could you provide an example of how to create a base router, and one procedure (a procedure, not a router that has grouped procedures in one file) that's in it's own file, that then calls (through createCaller
) another procedure that is in another separated file?
No response
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too