Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adbd53a

Browse files
committed
fix(schema): don't hoist types for consola for now
1 parent c78c116 commit adbd53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema/src/config/typescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineUntypedSchema({
3232
*/
3333
hoist: {
3434
$resolve: (val) => {
35-
const defaults = ['nitropack', 'defu', 'h3', '@unhead/vue', 'vue', 'vue-router', 'consola', '@nuxt/schema']
35+
const defaults = ['nitropack', 'defu', 'h3', '@unhead/vue', 'vue', 'vue-router', '@nuxt/schema']
3636
return val === false ? [] : (Array.isArray(val) ? val.concat(defaults) : defaults)
3737
}
3838
},

0 commit comments

Comments
 (0)