chore: migrate to nuxt v4 (#2660)

* nuxt 4

* fix auto import
This commit is contained in:
Bernd Storath
2026-06-19 15:55:38 +02:00
committed by GitHub
parent e158d073c2
commit 042dce50b5
5 changed files with 684 additions and 561 deletions
+2
View File
@@ -1,3 +1,5 @@
import { createError } from 'h3';
import type { ClientType } from '#db/repositories/client/types';
import type { UserType } from '#db/repositories/user/types';