Skip to content

Commit 610b643

Browse files
committed
Correct launch configuration name to "Run NextJS"
1 parent ef33031 commit 610b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"type": "node",
99
"request": "launch",
10-
"name": "Run next",
10+
"name": "Run NextJS",
1111
"runtimeExecutable": "next",
1212
"cwd": "${workspaceFolder}",
1313
"args": []

0 commit comments

Comments
 (0)