-
According to docs
So we could have this separation if wanted. for example here
When working with How would I access this inner context file through the REPL ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
There is a But I'm having issues with functions defined in the inner context not getting loaded. |
Beta Was this translation helpful? Give feedback.
-
You are correct that
|
Beta Was this translation helpful? Give feedback.
You are correct that
loadContext
is the key here. In your example, if yourapi/person/_context.ts
file has implementations thatgetPerson.ts
uses, then you could load them like this: