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,7 +1,9 @@
|
|||
/* global defineEventHandler, createError, readBody */
|
||||
import { defineEventHandler, readBody } from "h3";
|
||||
|
||||
import { baaWrapper } from "./clients.get";
|
||||
import { client } from "~/utils/types/database";
|
||||
import { type client } from "~/utils/types/database";
|
||||
|
||||
import { createError } from "#imports";
|
||||
|
||||
const clientKeys: Array<string> = [
|
||||
"name",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue