feat: custom local repository path

This commit is contained in:
Nicolas Meienberger
2025-11-17 18:17:51 +01:00
parent 4d48d7be58
commit c726c6fc72
4 changed files with 156 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ export const r2RepositoryConfigSchema = type({
export const localRepositoryConfigSchema = type({
backend: "'local'",
name: "string",
path: "string?",
}).and(baseRepositoryConfigSchema);
export const gcsRepositoryConfigSchema = type({