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 { serverSupabaseClient } from "#supabase/server";
|
||||
import type { CalendarEvent } from "@/models/CalendarEvent";
|
||||
import { postEventBodySchema } from "@/models/CalendarEvent";
|
||||
import type { CalendarEvent } from "@@/models/CalendarEvent";
|
||||
import { postEventBodySchema } from "@@/models/CalendarEvent";
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const client = await serverSupabaseClient(event)
|
||||
|
||||
Reference in New Issue
Block a user