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 { useMemo, useState } from "react";
import { useEffectAsync } from "@/utils/hook.ts"; import { useEffectAsync } from "@/utils/hook.ts";
import { import {
Logger, type Logger,
listLoggers, listLoggers,
downloadLogger, downloadLogger,
deleteLogger, deleteLogger,

View File

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

View File

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