mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
23 lines
No EOL
564 B
JSON
23 lines
No EOL
564 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
{
|
|
"command": "npm run dev",
|
|
"name": "Debug SvelteKit",
|
|
"request": "launch",
|
|
"type": "node-terminal",
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"name": "Attach by Process ID",
|
|
"processId": "${command:PickProcess}",
|
|
"request": "attach",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"type": "pwa-node"
|
|
}
|
|
]
|
|
} |