From 5afcc70c7a20b82cbeacdbf3a4d849df84e43bd2 Mon Sep 17 00:00:00 2001 From: Geoff Rich <4992896+geoffrich@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:35:08 -0800 Subject: [PATCH] README --- demo/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/README.md b/demo/README.md index aa1ede8..aa165af 100644 --- a/demo/README.md +++ b/demo/README.md @@ -4,6 +4,8 @@ This is a repo demonstrating how to use [svelte-adapter-azure-swa](https://www.n This demo uses the local version of the adapter to make testing unreleased changes easier. In your app, you should install `svelte-adapter-azure-swa` from npm. +This demo also uses a custom Azure function to make testing that integration easier. If you do not need a custom Azure function, you do not need the `func/` folder or need to set the `apiDir` option in `svelte.config.js`. + [Deployed demo](https://polite-desert-00b80111e.2.azurestaticapps.net/) ## Developing