update to nuxt 4

This commit is contained in:
DecDuck
2025-09-20 11:20:49 +10:00
parent b4f9b77809
commit 2db8e753b7
313 changed files with 508 additions and 512 deletions

View File

@ -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",

View File

@ -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",