We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@nuxt/schema
1 parent 02f9b0a commit fa3a99bCopy full SHA for fa3a99b
3 files changed
build.config.ts
@@ -20,6 +20,7 @@ export default defineBuildConfig({
20
'#app/entry',
21
'#build/root-component.mjs',
22
'#imports',
23
+ '@nuxt/schema',
24
'vue-router',
25
'nitropack',
26
],
package.json
@@ -59,12 +59,12 @@
59
"test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' -r test && pnpm --filter example-app-cucumber -r test",
60
"test:types": "vue-tsc --noEmit",
61
"test:unit": "vitest test/unit --run",
62
+ "build": "unbuild",
63
"prepack": "unbuild",
64
"dev:prepare": "nuxt prepare && unbuild --stub && pnpm -r dev:prepare"
65
},
66
"dependencies": {
67
"@nuxt/kit": "^3.17.5",
- "@nuxt/schema": "^3.17.5",
68
"c12": "^3.0.4",
69
"consola": "^3.4.2",
70
"defu": "^6.1.4",
@@ -95,6 +95,7 @@
95
"@jest/globals": "30.0.3",
96
"@nuxt/devtools-kit": "2.6.0",
97
"@nuxt/eslint-config": "1.4.1",
98
+ "@nuxt/schema": "3.17.5",
99
"@playwright/test": "1.53.1",
100
"@testing-library/vue": "8.1.0",
101
"@types/bun": "1.2.17",
pnpm-lock.yaml
0 commit comments