Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { CommandExecutor, CommandExecutorOptions } from '../definitions.js';
|
||||
export declare class TinyexecCommandExecutor implements CommandExecutor {
|
||||
execute(command: string, args?: Array<string>, options?: CommandExecutorOptions): Promise<{
|
||||
stdout: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user