Skip to content

Commit

Permalink
Revert changes in launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Oct 28, 2024
1 parent c4e7ce4 commit a642eb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"id": "appDirname",
"type": "promptString",
"description": "Enter an app dirname from examples or test/e2e",
"default": "test/e2e/app-dir/use-cache"
"default": "examples/hello-world"
},
{
"id": "nextCommand",
Expand Down Expand Up @@ -47,7 +47,6 @@
"webpack://(?:_N_E)?/(?:../)*src/(.*)": "${workspaceFolder}/packages/next/src/$1",
"webpack://next/./dist/src/*": "${workspaceFolder}/packages/next/src/*",
"webpack://next/./dist/compiled/*": "${workspaceFolder}/packages/next/src/compiled/*",
"webpack:///(?:../)*packages/next/dist/compiled/(.*)": "${workspaceFolder}/packages/next/src/compiled/$1",
"webpack://next/./src/*": "${workspaceFolder}/packages/next/src/*",
"webpack-internal:///\\(rsc\\)/(?:../)*packages/next/dist/(.*)": "${workspaceFolder}/packages/next/src/$1",
"turbopack://[project]/*": "${workspaceFolder}/*"
Expand Down

0 comments on commit a642eb3

Please sign in to comment.