Skip to content

Commit

Permalink
fix(remote-process): expose RemoteProcess as public API object
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Aug 29, 2024
1 parent a3658cf commit f8c629d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/activity/exe-unit/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { ExeUnit, LifecycleFunction, ExeUnitOptions } from "./exe-unit";
export { Batch } from "./batch";
export { RemoteProcess } from "./process";
export { GolemWorkError, WorkErrorCode } from "./error";
export { TcpProxy } from "../../network/tcp-proxy";

0 comments on commit f8c629d

Please sign in to comment.