mirror of
https://github.com/coaidev/coai.git
synced 2025-05-31 19:00:22 +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 { 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,
|
||||||
|
@ -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";
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src",
|
"src",
|
||||||
"*.ts",
|
|
||||||
],
|
],
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"references": [{ "path": "./tsconfig.node.json" }],
|
"references": [{ "path": "./tsconfig.node.json" }],
|
||||||
|
Loading…
Reference in New Issue
Block a user