mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
18 lines
375 B
JSON
18 lines
375 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Next.js: Chrome",
|
||
|
|
"type": "node-terminal",
|
||
|
|
"request": "launch",
|
||
|
|
"command": "pnpm run dev",
|
||
|
|
"serverReadyAction": {
|
||
|
|
"pattern": "- Local:.+(https?://.+)",
|
||
|
|
"uriFormat": "%s",
|
||
|
|
"action": "debugWithChrome",
|
||
|
|
"webRoot": "${workspaceFolder}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|