mirror of
https://github.com/coaidev/coai.git
synced 2025-05-28 17:30:15 +09:00
fix: build error &
import conflicts
This commit is contained in:
parent
fc81fbfc95
commit
0567748d19
10136
app/pnpm-lock.yaml
generated
10136
app/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
@ -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";
|
||||
|
@ -25,7 +25,6 @@
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
"*.ts",
|
||||
],
|
||||
"baseUrl": ".",
|
||||
"references": [{ "path": "./tsconfig.node.json" }],
|
||||
|
Loading…
Reference in New Issue
Block a user