Skip to content

Commit 8992c4e

Browse files
committed
docs: update path to nuxt binary
1 parent 9f6602f commit 8992c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.guide/3.going-further/9.debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you use `pnpm`, you will need to have `nuxi` installed as a devDependency for
6060
"request": "launch",
6161
"name": "server: nuxt",
6262
"outputCapture": "std",
63-
"program": "${workspaceFolder}/node_modules/nuxi/bin/nuxi.mjs",
63+
"program": "${workspaceFolder}/node_modules/nuxt/bin/nuxt.mjs",
6464
"args": [
6565
"dev"
6666
],
@@ -98,7 +98,7 @@ You can also debug your Nuxt app in JetBrains IDEs such as IntelliJ IDEA, WebSto
9898
<method v="2" />
9999
</configuration>
100100

101-
<configuration default="false" name="server: nuxt" type="NodeJSConfigurationType" application-parameters="dev" path-to-js-file="$PROJECT_DIR$/node_modules/nuxi/bin/nuxi.mjs" working-dir="$PROJECT_DIR$">
101+
<configuration default="false" name="server: nuxt" type="NodeJSConfigurationType" application-parameters="dev" path-to-js-file="$PROJECT_DIR$/node_modules/nuxt/bin/nuxt.mjs" working-dir="$PROJECT_DIR$">
102102
<method v="2" />
103103
</configuration>
104104

0 commit comments

Comments
 (0)