Skip to content

svelte-adapter-azure-swa v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 00:55

This release contains a BREAKING CHANGE that should drastically simplify the setup to use this adapter. For a full migration guide, see the comment on the PR.

tl;dr: You no longer need an /api/render directory. The adapter now outputs the Azure function in the build/server directory. If you have additional Azure functions, you can tell the adapter where to output the Azure function via the apiDir config option.

Features