fix: build error &

import conflicts
This commit is contained in:
Sh1n3zZ 2025-02-08 20:38:00 +08:00
parent fc81fbfc95
commit 0567748d19
No known key found for this signature in database
GPG Key ID: 696702CF723B0452
4 changed files with 4829 additions and 5312 deletions

10136
app/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ import { useTranslation } from "react-i18next";
import { useMemo, useState } from "react";
import { useEffectAsync } from "@/utils/hook.ts";
import {
Logger,
type Logger,
listLoggers,
downloadLogger,
deleteLogger,

View File

@ -9,7 +9,7 @@ import { useMemo, useReducer, useState } from "react";
import {
getExternalPlanConfig,
getPlanConfig,
PlanConfig,
type PlanConfig,
setPlanConfig,
} from "@/admin/api/plan.ts";
import { useEffectAsync } from "@/utils/hook.ts";

View File

@ -25,7 +25,6 @@
},
"include": [
"src",
"*.ts",
],
"baseUrl": ".",
"references": [{ "path": "./tsconfig.node.json" }],