@nuxt/schema-nightly
Advanced tools
Comparing version 3.10.2-28463923.a1c1fda0 to 3.10.2-28463924.795050e6
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.10.2-28463923.a1c1fda0", | ||
"version": "3.10.2-28463924.795050e6", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -502,3 +502,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
* | ||
* @default "/<workspaceDir>" | ||
* @default "/<rootDir>" | ||
*/ | ||
@@ -512,3 +512,3 @@ workspaceDir: string, | ||
* | ||
* @default "/<srcDir>" | ||
* @default "/<rootDir>" | ||
* | ||
@@ -549,3 +549,3 @@ * @example | ||
* | ||
* @default "/<srcDir>/server" | ||
* @default "/<rootDir>/server" | ||
*/ | ||
@@ -576,3 +576,3 @@ serverDir: string, | ||
* | ||
* @default ["/<rootDir>/node_modules"] | ||
* @default ["/<rootDir>/node_modules","/home/runner/work/nuxt/nuxt/packages/schema/node_modules"] | ||
* | ||
@@ -579,0 +579,0 @@ * @example |
{ | ||
"srcDir": "/<srcDir>", | ||
"workspaceDir": "/<workspaceDir>", | ||
"rootDir": "/<rootDir>", | ||
"vite": { | ||
"base": "/", | ||
"root": "/<srcDir>", | ||
"root": "/<rootDir>", | ||
"mode": "production", | ||
@@ -27,3 +25,3 @@ "define": { | ||
}, | ||
"publicDir": "/<srcDir>/public", | ||
"publicDir": "/<rootDir>/public", | ||
"vue": { | ||
@@ -58,6 +56,7 @@ "isProduction": true, | ||
"/<rootDir>/.nuxt", | ||
"/<srcDir>", | ||
"/<rootDir>", | ||
"/<workspaceDir>", | ||
"/<rootDir>/node_modules" | ||
"/<rootDir>", | ||
"/<rootDir>", | ||
"/<rootDir>/node_modules", | ||
"/home/runner/work/nuxt/nuxt/packages/schema/node_modules" | ||
] | ||
@@ -261,5 +260,8 @@ } | ||
"theme": null, | ||
"serverDir": "/<srcDir>/server", | ||
"workspaceDir": "/<rootDir>", | ||
"srcDir": "/<rootDir>", | ||
"serverDir": "/<rootDir>/server", | ||
"modulesDir": [ | ||
"/<rootDir>/node_modules" | ||
"/<rootDir>/node_modules", | ||
"/home/runner/work/nuxt/nuxt/packages/schema/node_modules" | ||
], | ||
@@ -289,8 +291,8 @@ "test": false, | ||
"alias": { | ||
"~": "/<srcDir>", | ||
"@": "/<srcDir>", | ||
"~": "/<rootDir>", | ||
"@": "/<rootDir>", | ||
"~~": "/<rootDir>", | ||
"@@": "/<rootDir>", | ||
"assets": "/<srcDir>/assets", | ||
"public": "/<srcDir>/public" | ||
"assets": "/<rootDir>/assets", | ||
"public": "/<rootDir>/public" | ||
}, | ||
@@ -297,0 +299,0 @@ "ignoreOptions": {}, |
@@ -307,3 +307,3 @@ | ||
- **Type**: `string` | ||
- **Default**: `"/<workspaceDir>"` | ||
- **Default**: `"/<rootDir>"` | ||
@@ -319,3 +319,3 @@ > Define the workspace directory of your application. | ||
- **Type**: `string` | ||
- **Default**: `"/<srcDir>"` | ||
- **Default**: `"/<rootDir>"` | ||
@@ -330,3 +330,3 @@ > Define the source directory of your Nuxt application. | ||
- **Type**: `string` | ||
- **Default**: `"/<srcDir>/server"` | ||
- **Default**: `"/<rootDir>/server"` | ||
@@ -351,3 +351,3 @@ > Define the server directory of your Nuxt application, where Nitro routes, middleware and plugins are kept. | ||
- **Type**: `array` | ||
- **Default**: `["/<rootDir>/node_modules"]` | ||
- **Default**: `["/<rootDir>/node_modules","/home/runner/work/nuxt/nuxt/packages/schema/node_modules"]` | ||
@@ -1078,3 +1078,3 @@ > Used to set the modules directories for path resolving (for example, webpack's `resolveLoading`, `nodeExternals` and `postcss`). | ||
- **Type**: `string` | ||
- **Default**: `"/<srcDir>"` | ||
- **Default**: `"/<rootDir>"` | ||
@@ -1098,3 +1098,3 @@ | ||
- **Type**: `string` | ||
- **Default**: `"/<srcDir>/public"` | ||
- **Default**: `"/<rootDir>/public"` | ||
@@ -1169,3 +1169,3 @@ | ||
- **Type**: `array` | ||
- **Default**: `["/<rootDir>/.nuxt","/<srcDir>","/<rootDir>","/<workspaceDir>","/<rootDir>/node_modules"]` | ||
- **Default**: `["/<rootDir>/.nuxt","/<rootDir>","/<rootDir>","/<rootDir>","/<rootDir>/node_modules","/home/runner/work/nuxt/nuxt/packages/schema/node_modules"]` | ||
@@ -1172,0 +1172,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
490113
10648