fix(ci): restore plugin contract surfaces

This commit is contained in:
Peter Steinberger
2026-04-04 00:24:47 +01:00
parent ff62705206
commit 3a3fdf1920
6 changed files with 117 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ function resolveAbsolutePath(value: string): string | null {
async function isAllowedSourcePath(params: {
source: string;
mediaRemoteHost?: string;
remoteAttachmentRoots: string[];
remoteAttachmentRoots: readonly string[];
}): Promise<boolean> {
if (params.mediaRemoteHost) {
if (