Sharing Functions Between Frontend and Backend Repos Causes Unknown Channels Issue
While this may not be a recommended case, but I have two repos (one backend and one to be serverless frontend) and wanted to share the functions in the frontend repo with the backend so I extended the rootDir in tsconfig (backend) to be ../ to be able to utilize the functions in the frontend. But I'm wanting to share a
the type of remoteFile above is
the type of remoteFetch in RemoteFile.ts is
RemoteFile layer and it does successfully get called and recognized as an effect, but the channels in it are listed as unknown and I don't know why. When I move the file into the backend again it works fine.the type of remoteFile above is
the type of remoteFetch in RemoteFile.ts is
