{
"version": "0.2.0",
"configurations": [
"type": "chrome",
"request": "launch",
"name": "Nuxt 3: Chrome starten auf HTTPS",
"url": "https://localhost:3000",
"webRoot": "${workspaceFolder}",
"runtimeArgs": [
"--ignore-certificate-errors"
]
}