Answers to your first question: it will handle it as actual functions resulting in the `No routes de

Answers to your first question: it will handle it as actual functions resulting in the No routes detected when building functions directory as these helper functions do not follow the functions format, you should just create a src folder in the output directory and have all your helper functions there, you can access them from your pages functions as follows:
import { sendEmail } from "/src/utils/email.js";
Of course for example, and for the second question I do not believe you can see the bundled up functions build file.
Was this page helpful?