Update node, pnpm and packages versions
This commit is contained in:
@@ -46,11 +46,14 @@ export default defineNuxtConfig({
|
||||
presets: [
|
||||
{
|
||||
from: "zod",
|
||||
imports: ["z", {
|
||||
name: "infer",
|
||||
as: "zInfer",
|
||||
type: true
|
||||
}]
|
||||
imports: [
|
||||
"z",
|
||||
{
|
||||
name: "infer",
|
||||
as: "zInfer",
|
||||
type: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user