Skip to content
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

Install SvelteKit demo app #77

Merged
merged 15 commits into from
Oct 10, 2022

Conversation

FlippingBinary
Copy link
Contributor

This pull request resolves #69 by creating a SvelteKit app with default settings in /demo and installing the adapter locally. One necessary workaround was to use cd .. && npm i as the prepare script in order to install the adapter's dependencies where they can be found by node while executing that code.

After merging, a new GitHub action can be created in Azure with the following settings:

app_location: "/demo"
api_location: "/demo/api"
output_location: "build/static"

@FlippingBinary FlippingBinary marked this pull request as ready for review October 6, 2022 15:49
@FlippingBinary FlippingBinary changed the title FlippingBinary/issue69 Install SvelteKit demo app Oct 6, 2022
demo/README.md Outdated Show resolved Hide resolved
"@sveltejs/kit": "next",
"@types/cookie": "^0.5.1",
"svelte": "^3.46.0",
"svelte-adapter-azure-swa": "file:..",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is neat, TIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move demo app into repo
2 participants