Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { PackageManager } from '../definitions.js';
|
||||
export declare class NoopPackageManager implements PackageManager {
|
||||
readonly name: string;
|
||||
getPackageVersion(): Promise<string | undefined>;
|
||||
}
|
||||
Reference in New Issue
Block a user