1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

🔨 Add apache launch configuration

This commit is contained in:
Steffo 2022-03-10 02:53:01 +01:00
parent 0ee9c21c13
commit f5fe2e7961
Signed by: steffo
GPG key ID: 6965406171929D01

9
.vscode/launch.json vendored
View file

@ -7,6 +7,13 @@
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/index.html",
}
},
{
"name": "Preview Apache httpd page",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/apache.html",
},
]
}