forked from semicognitive/sveltekit-modal
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be great to have the /api
endpoints folder generate automatically during build. At the moment users must run a script to produce this folder and then commit it to their repository.
Like in #7, some issues include:
- Vercel will reject the build outright if not
/api
directory or matching*.py
endpoints are found in the repository. - Even if you put a dummy file in that folder, and generate the rest during build, Vercel will not publish those functions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request