在 Makelore 构建并预检静态发布产物
This commit is contained in:
@@ -11,10 +11,12 @@ import type {
|
||||
AgentBrowserPayloadChunk,
|
||||
AgentBrowserSnapshot,
|
||||
} from '../../shared/agent-browser';
|
||||
import type { StaticArtifactSnapshot } from '../services/static-release-server';
|
||||
|
||||
export type WorksSubmissionBindingStore = ReturnType<typeof createWorksSubmissionBindingStore>;
|
||||
|
||||
export interface AgentBrowserService {
|
||||
preflightStaticArtifact(snapshot: StaticArtifactSnapshot): Promise<{ ok: true }>;
|
||||
preflightCurrentProject(projectPath: string): Promise<{ ok: true }>;
|
||||
getSnapshot(projectPath?: string): Promise<AgentBrowserSnapshot> | AgentBrowserSnapshot;
|
||||
open(input: {
|
||||
|
||||
Reference in New Issue
Block a user