Can't import modules from ['/src/index.tsx','/app/server.ts']
I have a cloudflare pages project that deploys a honojs api, but when I deploy it, after the build has succeeded and the assets have been uploaded, I get this error:
Error: Failed to publish your Function. Got error: Uncaught Error: Can't import modules from ['/src/index.tsx','/app/server.ts'] at functionsWorker-0.6801182622647344.js:958:9
Error: Failed to publish your Function. Got error: Uncaught Error: Can't import modules from ['/src/index.tsx','/app/server.ts'] at functionsWorker-0.6801182622647344.js:958:9
The main problem is that
/src/index.tsx
/src/index.tsx
and
/app/server.ts
/app/server.ts
not only do not exist, but there's not even a
/src
/src
or
/app
/app
directory for it to import from, and i'm absolutely befuddled.