From bc13a4a0a5116b5abe793032563451c04df3d8c8 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 7 Feb 2025 08:54:39 +0000 Subject: [PATCH] docs: update path to nuxt binary --- docs/2.guide/3.going-further/9.debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - +