🐛 fix typecheck and cleanup imports
tinyedge/deploy Deployed by TinyEdge

This commit is contained in:
2026-08-07 12:57:45 +02:00
parent c6b78d4665
commit 67727f96ab
17 changed files with 1790 additions and 1352 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { useDb } from '../../../database/client'
import { participants } from '../../../database/schema'
import { useDb } from '~~/server/database/client'
import { participants } from '~~/server/database/schema'
export default defineEventHandler(async (event) => {
const slug = getRouterParam(event, 'slug')!