Understood, thank you so much for the help! Do functions inside the /functions directory have acce

Understood, thank you so much for the help!

Do functions inside the /functions directory have access to files deployed in the static bundle in cf pages?

Couldn't find any documentation regarding this when i tried looking sadly

I am also using typescript --
so defining utility .ts files in my /output deploy directory and compiling them using /output/src/tsconfig.json is possible but not desirable

I guess I can also use different import paths from .ts and .js but thats also not desirable either lol

I guess I can just duplicate code and copy paste in all my api endpoints if cloudflare functions really doesn't support helper/util functions in a straightforward fashion which is honestly very tough lol 😒
Was this page helpful?