Skip to content

Commit 520486a

Browse files
committed
Misc cleanup.
1 parent 811b547 commit 520486a

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.vscode/launch.json

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,11 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4-
5-
6-
// {
7-
// "name": "Next.js: debug server-side",
8-
// "type": "node-terminal",
9-
// "request": "launch",
10-
// "command": "npm run dev"
11-
// },
124
{
135
"name": "Next.js: debug client-side",
146
"type": "chrome",
157
"request": "launch",
168
"url": "http://localhost:4200"
179
},
18-
// {
19-
// "name": "Next.js: debug full stack",
20-
// "type": "node-terminal",
21-
// "request": "launch",
22-
// "command": "npm run dev",
23-
// "serverReadyAction": {
24-
// "pattern": "- Local:.+(https?://.+)",
25-
// "uriFormat": "%s",
26-
// "action": "debugWithChrome"
27-
// }
28-
// }
2910
]
30-
}
11+
}

0 commit comments

Comments
 (0)