mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-24 21:51:12 +10:00
update to nuxt 4
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// create new screenshot
|
||||
import aclManager from "~/server/internal/acls";
|
||||
import prisma from "~/server/internal/db/database";
|
||||
import screenshotManager from "~/server/internal/screenshots";
|
||||
import aclManager from "~~/server/internal/acls";
|
||||
import prisma from "~~/server/internal/db/database";
|
||||
import screenshotManager from "~~/server/internal/screenshots";
|
||||
|
||||
// TODO: make defineClientEventHandler instead?
|
||||
// only clients will be upload screenshots yea??
|
||||
|
||||
Reference in New Issue
Block a user