diff --git a/docs/2.guide/3.going-further/9.debugging.md b/docs/2.guide/3.going-further/9.debugging.md index 59558ba67d..9e2cebf3c4 100644 --- a/docs/2.guide/3.going-further/9.debugging.md +++ b/docs/2.guide/3.going-further/9.debugging.md @@ -60,7 +60,7 @@ If you use `pnpm`, you will need to have `nuxi` installed as a devDependency for "request": "launch", "name": "server: nuxt", "outputCapture": "std", - "program": "${workspaceFolder}/node_modules/nuxi/bin/nuxi.mjs", + "program": "${workspaceFolder}/node_modules/nuxt/bin/nuxt.mjs", "args": [ "dev" ], @@ -98,7 +98,7 @@ You can also debug your Nuxt app in JetBrains IDEs such as IntelliJ IDEA, WebSto - +