Update dependencies, fix (auto)import problems
This commit is contained in:
parent
267a83d484
commit
1d893c4a78
40 changed files with 5166 additions and 3047 deletions
|
@ -1,6 +1,7 @@
|
|||
/* global defineEventHandler, createError, getCookie */
|
||||
import { defineEventHandler, getCookie } from "h3";
|
||||
import { createError } from "#imports";
|
||||
|
||||
import { database, data } from "~/server/utils/database";
|
||||
import { database, type data } from "~/server/utils/database";
|
||||
|
||||
const endpointsWithoutAuth: string[] = [
|
||||
"/dbtest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue