Replies: 1 comment 1 reply
-
Please share a reproduction on CodeSandbox or StackBlitz |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have managed to create a custom-fetch function that I can use when declaring a source:
This works fine with
mesh dev
... however if I wanted to deploy this code and usemesh start
the process fails because it cannot find the custom fetch file.the error is: Failed to generate the schema Error: Cannot find module './src/ct-fetch.ts'.
is this a bug, or have I missed a step?
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions