mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
upgrade to zod@4.0.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import z from 'zod/v4'
|
||||
import z from 'zod'
|
||||
const {$authClient} = useNuxtApp()
|
||||
import type { FormSubmitEvent } from '#ui/types'
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import z from 'zod/v4'
|
||||
import z from 'zod'
|
||||
import type { FormSubmitEvent } from '#ui/types'
|
||||
const {$authClient} = useNuxtApp()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user