-
Notifications
You must be signed in to change notification settings - Fork 32
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
Move demo app into repo #69
Comments
I see there is a |
Yeah, it would be cleanest to just regenerate the demo app with I had opened geoffrich/sveltekit-azure-swa-demo#8 to update to the latest Kit (as of a few weeks ago), but that PR can probably be closed if we're moving it into this repo anyway. |
Re: auto-running the demo app deployment: possibly automatically deploy a preview for each autorelease PR (e.g. #76) and also allow manually doing a deployment. |
Move the demo app into this repo. This will allow us to more easily test adapter changes before releasing a new version. The demo should import the adapter directly instead of installing from npm.
This could also enable E2E tests on PRs.
We should be able to kick off a preview build for each PR (though maybe it should be configurable, since the preview notifications can be noisy.)
The text was updated successfully, but these errors were encountered: