-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SvelteKit SSR zip example #561
Conversation
e938fb6
to
ebeee63
Compare
ebeee63
to
4651035
Compare
Thanks for this example! One comment: since you have SAM template in this project, it's better to use Makefile to integrate the build process. You could take a look at the nextjs-zip example to see how it works. Add the following to the function in the SAM template, and create a Makefile to invoke your build script. Metadata:
BuildMethod: makefile |
ready |
adding one more commit in case a user isnt only using devDependencies |
02b09a0
to
9d56630
Compare
missed a doc change after the makefile edit adding a commit ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue #, if available:
Description of changes:
demos how the adapter can deploy a ssr-enabled sveltekit app without monkey business
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.