mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 01:01:20 +10:00
update to nuxt 4
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { type } from "arktype";
|
||||
import { readDropValidatedBody, throwingArktype } from "~/server/arktype";
|
||||
import contextManager from "~/server/internal/downloads/coordinator";
|
||||
import libraryManager from "~/server/internal/library";
|
||||
import { logger } from "~/server/internal/logging";
|
||||
import { readDropValidatedBody, throwingArktype } from "~~/server/arktype";
|
||||
import contextManager from "~~/server/internal/downloads/coordinator";
|
||||
import libraryManager from "~~/server/internal/library";
|
||||
import { logger } from "~~/server/internal/logging";
|
||||
|
||||
const GetChunk = type({
|
||||
context: "string",
|
||||
|
||||
@ -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