Migration to nuxt 4
Used codemods CLI and reworked most alias'd path that stopped working
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { z } from "zod"
|
||||
import { serverSupabaseClient } from "#supabase/server"
|
||||
import { postEventBodySchema, type CalendarEvent } from "~/models/CalendarEvent"
|
||||
import { postEventBodySchema, type CalendarEvent } from "@@/models/CalendarEvent"
|
||||
|
||||
const paramsSchema = z.object({
|
||||
id: z.coerce.number().positive().int()
|
||||
|
||||
Reference in New Issue
Block a user