Skip to content

Commit ee12e9d

Browse files
committed
chore: add @nuxt/schema
1 parent bff7115 commit ee12e9d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
},
9898
"dependencies": {
9999
"@nuxt/kit": "^3.16.2",
100+
"@nuxt/schema": "^3.16.2",
100101
"@typescript-eslint/scope-manager": "^8.30.1",
101102
"@typescript-eslint/typescript-estree": "^8.30.1",
102103
"@vue-macros/common": "3.0.0-beta.8",

pnpm-lock.yaml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/nuxt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface ModuleOptions extends Options {}
88

99
export default defineNuxtModule<ModuleOptions>({
1010
meta: {
11-
name: 'nuxt-vue-jsx-vapor',
11+
name: 'nuxt-vue-reactivity-function',
1212
configKey: 'unpluginStarter',
1313
},
1414
setup(options: any) {

0 commit comments

Comments
 (0)