fix(remoteClient): correct IndexEntry import path
This commit is contained in:
parent
b5e854fb10
commit
b5a70b226b
@ -1,4 +1,5 @@
|
||||
import type { Task, Handoff, Decision, Memory, IndexEntry } from '../core/schema.js';
|
||||
import type { Task, Handoff, Decision, Memory } from '../core/schema.js';
|
||||
import type { IndexEntry } from '../core/index.js';
|
||||
|
||||
export class RemoteError extends Error {
|
||||
constructor(public status: number, message: string) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user