chore: disable auto imports (#2672)

* disable auto imports

* fix imports

* improve cli imports

* fix imports

* fix import cycle

* fix imports
This commit is contained in:
Bernd Storath
2026-06-19 15:24:42 +02:00
committed by GitHub
parent e7ea65a898
commit 2af5cd04b4
97 changed files with 473 additions and 65 deletions
+5
View File
@@ -1,3 +1,8 @@
import { createError, defineEventHandler } from 'h3';
import { SERVER_DEBUG } from '#server/utils/config';
import { useWGSession } from '#server/utils/session';
export default defineEventHandler(async (event) => {
const session = await useWGSession(event);
const sessionId = session.id;