@htmlbricks/hb-bundle
Version:
HTMLBricks bundle
30 lines (29 loc) • 730 B
JSON
{
// Usare IntelliSense per informazioni sui possibili attributi.
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "dev-server",
"request": "launch",
"runtimeArgs": ["run", "dev"],
"runtimeExecutable": "npm",
"skipFiles": ["<node_internals>/**"],
"type": "pwa-node"
},
{
"type": "pwa-chrome",
"request": "launch",
"name": "chrome-dev",
"url": "http://localhost:5000",
"webRoot": "${workspaceFolder}"
}
],
"compounds": [
{
"name": "full stack",
"configurations": ["dev-server", "chrome-dev"]
}
]
}