forked from semicognitive/sveltekit-modal
-
Notifications
You must be signed in to change notification settings - Fork 2
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
/apidirectory or matching*.pyendpoints 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request