fix: wrong compression modes used

This commit is contained in:
Nicolas Meienberger
2025-11-28 20:28:47 +01:00
parent 8e90c4ace1
commit 7d9d3d5d3d
6 changed files with 706 additions and 14 deletions

View File

@@ -93,8 +93,6 @@ export type RepositoryConfig = typeof repositoryConfigSchema.infer;
export const COMPRESSION_MODES = {
off: "off",
auto: "auto",
fastest: "fastest",
better: "better",
max: "max",
} as const;