mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 17:21:13 +10:00
update to nuxt 4
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { type } from "arktype";
|
||||
import { readDropValidatedBody, throwingArktype } from "~/server/arktype";
|
||||
import { defineClientEventHandler } from "~/server/internal/clients/event-handler";
|
||||
import contextManager from "~/server/internal/downloads/coordinator";
|
||||
import { readDropValidatedBody, throwingArktype } from "~~/server/arktype";
|
||||
import { defineClientEventHandler } from "~~/server/internal/clients/event-handler";
|
||||
import contextManager from "~~/server/internal/downloads/coordinator";
|
||||
|
||||
const CreateContext = type({
|
||||
game: "string",
|
||||
|
||||
Reference in New Issue
Block a user