Skip to content

Commit

Permalink
Revert "try bumping demo to node:18"
Browse files Browse the repository at this point in the history
This reverts commit b0cb055.
  • Loading branch information
geoffrich committed Jul 2, 2023
1 parent b0cb055 commit 0548971
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions demo/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ import adapter from 'svelte-adapter-azure-swa';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter({
customStaticWebAppConfig: {
platform: {
apiRuntime: 'node:18'
}
}
})
adapter: adapter()
}
};

Expand Down

0 comments on commit 0548971

Please sign in to comment.