Issues calling server/ts function in API route
functions file alongside server functions. This doesn't appear to be an issue when calling server functions not in API routeseval (/Users/am/Coding/cre-tools/src/web/features/files/functions.ts:63:3) points to the function/Users/am/Coding/code/src/web/routes/api/upload.ts?pick=APIRoute:6:31) points to import { uploadFileFn } from '@/web/features/files/functions' which is a server function which uses
upsertDealFile.