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: HTML #777

Closed Reshmi-Sriram closed 1 year ago

Reshmi-Sriram commented 1 year ago

We need a new Build Preset for Simple HTML Builds. This would make it easy for new developers to start their SWA journeys easy with a no-framework application in one-click.

Build preset defaults would be as follows: app_location: / apilocation: "" [it is empty]_ output_location: /

cc// @nturinski @alexweininger