mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
fix(schema): hoist nitropack/types
to ensure api routes are typed
This commit is contained in:
parent
1b53911825
commit
54096875ee
@ -34,6 +34,7 @@ export default defineUntypedSchema({
|
||||
$resolve: (val) => {
|
||||
const defaults = [
|
||||
// Nitro auto-imported/augmented dependencies
|
||||
'nitropack/types',
|
||||
'nitropack',
|
||||
'defu',
|
||||
'h3',
|
||||
|
Loading…
Reference in New Issue
Block a user