@nuxt/schema-nightly
Advanced tools
Comparing version 3.10.2-28463924.f0a7ccd5 to 3.10.3-28465271.ceebcde3
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.10.2-28463924.f0a7ccd5", | ||
"version": "3.10.3-28465271.ceebcde3", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
"@vitejs/plugin-vue-jsx": "3.1.0", | ||
"@vue/compiler-core": "3.4.18", | ||
"@vue/compiler-core": "3.4.19", | ||
"c12": "1.7.0", | ||
@@ -53,3 +53,3 @@ "esbuild-loader": "4.0.3", | ||
"vite": "5.1.1", | ||
"vue": "3.4.18", | ||
"vue": "3.4.19", | ||
"vue-bundle-renderer": "2.0.0", | ||
@@ -56,0 +56,0 @@ "vue-loader": "17.4.2", |
@@ -42,3 +42,3 @@ [](https://nuxt.com) | ||
```vue | ||
<script setup> | ||
<script setup lang="ts"> | ||
useSeoMeta({ | ||
@@ -45,0 +45,0 @@ title: 'Meet Nuxt', |
@@ -502,3 +502,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
* | ||
* @default "/<rootDir>" | ||
* @default "/<workspaceDir>" | ||
*/ | ||
@@ -512,3 +512,3 @@ workspaceDir: string, | ||
* | ||
* @default "/<rootDir>" | ||
* @default "/<srcDir>" | ||
* | ||
@@ -549,3 +549,3 @@ * @example | ||
* | ||
* @default "/<rootDir>/server" | ||
* @default "/<srcDir>/server" | ||
*/ | ||
@@ -576,3 +576,3 @@ serverDir: string, | ||
* | ||
* @default ["/<rootDir>/node_modules","/home/runner/work/nuxt/nuxt/packages/schema/node_modules"] | ||
* @default ["/<rootDir>/node_modules"] | ||
* | ||
@@ -579,0 +579,0 @@ * @example |
{ | ||
"srcDir": "/<srcDir>", | ||
"workspaceDir": "/<workspaceDir>", | ||
"rootDir": "/<rootDir>", | ||
"vite": { | ||
"base": "/", | ||
"root": "/<rootDir>", | ||
"root": "/<srcDir>", | ||
"mode": "production", | ||
@@ -25,3 +27,3 @@ "define": { | ||
}, | ||
"publicDir": "/<rootDir>/public", | ||
"publicDir": "/<srcDir>/public", | ||
"vue": { | ||
@@ -56,7 +58,6 @@ "isProduction": true, | ||
"/<rootDir>/.nuxt", | ||
"/<srcDir>", | ||
"/<rootDir>", | ||
"/<rootDir>", | ||
"/<rootDir>", | ||
"/<rootDir>/node_modules", | ||
"/home/runner/work/nuxt/nuxt/packages/schema/node_modules" | ||
"/<workspaceDir>", | ||
"/<rootDir>/node_modules" | ||
] | ||
@@ -260,8 +261,5 @@ } | ||
"theme": null, | ||
"workspaceDir": "/<rootDir>", | ||
"srcDir": "/<rootDir>", | ||
"serverDir": "/<rootDir>/server", | ||
"serverDir": "/<srcDir>/server", | ||
"modulesDir": [ | ||
"/<rootDir>/node_modules", | ||
"/home/runner/work/nuxt/nuxt/packages/schema/node_modules" | ||
"/<rootDir>/node_modules" | ||
], | ||
@@ -291,8 +289,8 @@ "test": false, | ||
"alias": { | ||
"~": "/<rootDir>", | ||
"@": "/<rootDir>", | ||
"~": "/<srcDir>", | ||
"@": "/<srcDir>", | ||
"~~": "/<rootDir>", | ||
"@@": "/<rootDir>", | ||
"assets": "/<rootDir>/assets", | ||
"public": "/<rootDir>/public" | ||
"assets": "/<srcDir>/assets", | ||
"public": "/<srcDir>/public" | ||
}, | ||
@@ -299,0 +297,0 @@ "ignoreOptions": {}, |
@@ -307,3 +307,3 @@ | ||
- **Type**: `string` | ||
- **Default**: `"/<rootDir>"` | ||
- **Default**: `"/<workspaceDir>"` | ||
@@ -319,3 +319,3 @@ > Define the workspace directory of your application. | ||
- **Type**: `string` | ||
- **Default**: `"/<rootDir>"` | ||
- **Default**: `"/<srcDir>"` | ||
@@ -330,3 +330,3 @@ > Define the source directory of your Nuxt application. | ||
- **Type**: `string` | ||
- **Default**: `"/<rootDir>/server"` | ||
- **Default**: `"/<srcDir>/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","/home/runner/work/nuxt/nuxt/packages/schema/node_modules"]` | ||
- **Default**: `["/<rootDir>/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**: `"/<rootDir>"` | ||
- **Default**: `"/<srcDir>"` | ||
@@ -1098,3 +1098,3 @@ | ||
- **Type**: `string` | ||
- **Default**: `"/<rootDir>/public"` | ||
- **Default**: `"/<srcDir>/public"` | ||
@@ -1169,3 +1169,3 @@ | ||
- **Type**: `array` | ||
- **Default**: `["/<rootDir>/.nuxt","/<rootDir>","/<rootDir>","/<rootDir>","/<rootDir>/node_modules","/home/runner/work/nuxt/nuxt/packages/schema/node_modules"]` | ||
- **Default**: `["/<rootDir>/.nuxt","/<srcDir>","/<rootDir>","/<workspaceDir>","/<rootDir>/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
489236
10639