Use '@' path mapping (#94)

This commit is contained in:
Chenlei Hu
2024-07-05 22:04:29 -04:00
committed by GitHub
parent b676604f81
commit d1934f27c8
17 changed files with 20 additions and 20 deletions

View File

@@ -1,10 +1,10 @@
import { ComfyWorkflowJSON } from "types/comfyWorkflow";
import { ComfyWorkflowJSON } from "@/types/comfyWorkflow";
import {
HistoryTaskItem,
PendingTaskItem,
RunningTaskItem,
ComfyNodeDef,
} from "/types/apiTypes";
} from "@/types/apiTypes";
interface QueuePromptRequestBody {
client_id: string;