@nuxt/docs-nightly 4.3.1-29500793.6533105 → 4.3.1-29502439.0cd0521c

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.
@@ -13,12 +13,13 @@ You can improve your DX by defining additional aliases to access custom director
13
13
  - **Default**
14
14
  ```json
15
15
  {
16
- "~": "/<srcDir>",
17
- "@": "/<srcDir>",
16
+ "~": "/<rootDir>/app",
17
+ "@": "/<rootDir>/app",
18
18
  "~~": "/<rootDir>",
19
19
  "@@": "/<rootDir>",
20
20
  "#shared": "/<rootDir>/shared",
21
- "assets": "/<srcDir>/assets",
21
+ "#server": "/<rootDir>/server",
22
+ "assets": "/<rootDir>/app/assets",
22
23
  "public": "/<rootDir>/public",
23
24
  "#build": "/<rootDir>/.nuxt",
24
25
  "#internal/nuxt/paths": "/<rootDir>/.nuxt/paths.mjs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.3.1-29500793.06533105",
3
+ "version": "4.3.1-29502439.0cd0521c",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",