#Extra Functions

4 messages · Page 1 of 1 (latest)

balmy tundra
#

How can I add my own extra functions while using the netlify adapter? Just need to expose a route like '/api/' for it and have Astro move the my self-provided functions to the .netlify/ folder while buulding for production.

weak belfry
#

You would probably need to do like a ‘postbuild’ custom script to copy the files.

balmy tundra
#

So there's no 'native' support for this? I'm thinking that this feature should be required perhaps...