summaryrefslogtreecommitdiff
path: root/examples/ssr/src/components/AddToCart.svelte (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-16Implements redirects, headers for SSR (#2798)Gravatar Matthew Phillips 1-1/+8
* Implements redirects, headers for SSR * Move away from an explicit Request * Properly handle endpoint routes in the build * chore(lint): ESLint fix * Update based on review comments Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-14Flagged SSR support (#2548)Gravatar Matthew Phillips 1-0/+47
* Checkpoint, basics are working * Add the `--experimental-ssr` flag * Adds the changeset * Fixes population of getStaticPaths results * Pass through the imported module * Route manifest test * Fix remaining tests * Fix remaining tests * Copy server assets over * Fix types * Allowing passing in the request to the Node version of App * Improve the example app * Gets CI to pass