mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
feat: add http gateway (#3)
This commit is contained in:
@@ -36,6 +36,10 @@ class Runner {
|
||||
this.#instances.set(args.id, instance);
|
||||
await instance.start();
|
||||
};
|
||||
|
||||
public getInstance = (id: string) => {
|
||||
return this.#instances.get(id);
|
||||
};
|
||||
}
|
||||
|
||||
export { Runner };
|
||||
|
||||
Reference in New Issue
Block a user