How does Cloudflare Pages Functions behave when importing files in the rest of the project (under th

How does Cloudflare Pages Functions behave when importing files in the rest of the project (under the root directory, but not functions) which import npm packages? (e.g. functions/index.ts -> src/schema.ts -> zod)
Was this page helpful?