Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { type Flags } from '../flags.js';
|
||||
interface AddOptions {
|
||||
flags: Flags;
|
||||
}
|
||||
export declare function add(names: string[], { flags }: AddOptions): Promise<void>;
|
||||
export {};
|
||||
+1056
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user