Hook up shared process sorta
This commit is contained in:
@@ -20,4 +20,8 @@ export interface InitData {
|
||||
readonly workingDirectory: string;
|
||||
readonly homeDirectory: string;
|
||||
readonly tmpDirectory: string;
|
||||
}
|
||||
}
|
||||
|
||||
export interface ISharedProcessData {
|
||||
readonly socketPath: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user