feat: add exec host routing + node daemon
This commit is contained in:
@@ -33,6 +33,7 @@ export type GatewayServiceInstallArgs = {
|
||||
programArguments: string[];
|
||||
workingDirectory?: string;
|
||||
environment?: Record<string, string | undefined>;
|
||||
description?: string;
|
||||
};
|
||||
|
||||
export type GatewayService = {
|
||||
|
||||
Reference in New Issue
Block a user