Files
girlcockbsky/pkgs/app/.vscode/launch.json
2024-09-14 19:08:20 +02:00

16 lines
376 B
JSON

{
"configurations": [
{
"name": "Wrangler",
"type": "node",
"request": "attach",
"port": 8787,
"cwd": "/",
"resolveSourceMapLocations": null,
"attachExistingChildren": false,
"autoAttachChildProcesses": false,
"sourceMaps": true // works with or without this line
}
]
}