Skip to content

Commit

Permalink
Added SSL option to SWA CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hubuk committed Apr 24, 2024
1 parent 2b3a6d8 commit 0ce0ca6
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "HTTP Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:4280",
"webRoot": "${workspaceFolder}/src",
"presentation": {
"hidden": true,
},
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
},
},
{
"name": "HTTPS Chrome",
"request": "launch",
Expand All @@ -35,21 +22,13 @@
"request": "launch",
"type": "node-terminal",
"cwd": "${workspaceFolder}",
"command": "swa start https://localhost:5002/ --run 'yarn start' --devserver-timeout 600000",
"command": "swa start https://localhost:5002/ --run 'yarn start' --ssl",
"presentation": {
"hidden": true,
},
},
],
"compounds": [
{
"name": "HTTP Static Web App",
"configurations": [
"HTTP Chrome",
"Static Web App"
],
"stopAll": true,
},
{
"name": "HTTPS Static Web App",
"configurations": [
Expand Down

0 comments on commit 0ce0ca6

Please sign in to comment.