fix: update trpc dependencies and add openapi meta to providers endpoint (#103)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import "~/styles/globals.css";
|
||||
import "~/utils/i18n";
|
||||
|
||||
import type { Viewport } from "next";
|
||||
import type { AppType } from "next/app";
|
||||
import { Viewport } from "next";
|
||||
import { Plus_Jakarta_Sans } from "next/font/google";
|
||||
import Script from "next/script";
|
||||
import { env } from "next-runtime-env";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { type NextApiRequest, type NextApiResponse } from "next";
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
import { openApiDocument } from "@kan/api/openapi";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user