From d9ecd1f26bdb7d0f1d0f7b5dc270010ec5c37c96 Mon Sep 17 00:00:00 2001 From: KoltonG Date: Sat, 12 Nov 2022 22:06:54 -0400 Subject: [PATCH] web-publisher: Update docs/advanced-features/debugging.md --- docs/advanced-features/debugging.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced-features/debugging.md b/docs/advanced-features/debugging.md index bdcb0a36be2b559..86ba80d0036ed9b 100644 --- a/docs/advanced-features/debugging.md +++ b/docs/advanced-features/debugging.md @@ -24,7 +24,7 @@ Create a file named `.vscode/launch.json` at the root of your project with the f }, { "name": "Next.js: debug client-side", - "type": "pwa-chrome", + "type": "chrome", "request": "launch", "url": "http://localhost:3000" }, @@ -33,7 +33,6 @@ Create a file named `.vscode/launch.json` at the root of your project with the f "type": "node-terminal", "request": "launch", "command": "npm run dev", - "console": "integratedTerminal", "serverReadyAction": { "pattern": "started server on .+, url: (https?://.+)", "uriFormat": "%s",