mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
feat(nuxt): add support for nuxt/kit
subpath for local use (#19422)
This commit is contained in:
parent
7131aef820
commit
bc9ffa4d15
1
packages/nuxt/kit.d.ts
vendored
Normal file
1
packages/nuxt/kit.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
export * from '@nuxt/kit'
|
1
packages/nuxt/kit.mjs
Normal file
1
packages/nuxt/kit.mjs
Normal file
@ -0,0 +1 @@
|
||||
export * from '@nuxt/kit'
|
@ -21,6 +21,10 @@
|
||||
"types": "./schema.d.ts",
|
||||
"import": "./schema.mjs"
|
||||
},
|
||||
"./kit": {
|
||||
"types": "./kit.d.ts",
|
||||
"import": "./kit.mjs"
|
||||
},
|
||||
"./app": "./dist/app/index.mjs",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user