@nuxt/docs-nightly 4.0.4-29241072.c66124d7 → 4.0.4-29241079.38644b93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,8 @@ You may need to update the config below with a path to your web browser. For mor
49
49
  "request": "launch",
50
50
  "name": "client: chrome",
51
51
  "url": "http://localhost:3000",
52
- "webRoot": "${workspaceFolder}"
52
+ // this should point to your Nuxt `srcDir`, which is `app` by default
53
+ "webRoot": "${workspaceFolder}/app"
53
54
  },
54
55
  {
55
56
  "type": "node",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.0.4-29241072.c66124d7",
3
+ "version": "4.0.4-29241079.38644b93",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",