microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 33 forks source link

Add new build preset: SvelteKit #789

Closed thomasgauvin closed 1 year ago

thomasgauvin commented 1 year ago

A SvelteKit preset would make it easier for any Svelte developer to get started with Azure Static Web Apps. We've also received this ask in the main SWA repo: https://github.com/Azure/static-web-apps/issues/1057

Here are the details:

property | value -- | -- app_location | ./ api_location | build/server output_location | build/static

cc// @nturinski @alexweininger

thomasgauvin commented 1 year ago

Awesome, thanks @nturinski