Presta outputs two types of files: static files (any file type), and serverless functions (JavaScript). They're generated within the .presta
directory in your project root.
These files are designed to be immediately hostable statically, or directly run as an AWS lambda.
For convenience, a manifest is dropped into the .presta
directory as well. It
provides a little more information about the artifacts generated by the build.
We have a few options at the moment. If you're looking for others, hit us with an Issue!
- @presta/adapter-netlify — builds Presta for deployment to Netlify
- @presta/adapter-vercel — builds Presta for deployment to Vercel
- @presta/adapter-node — builds Presta for deployment to a custom node server