Commit critical import artifacts

This commit is contained in:
2026-04-19 13:38:52 +02:00
parent 5fcfd3e381
commit 0aac1bd734
2188 changed files with 238467 additions and 97 deletions

View File

@@ -7,7 +7,7 @@ public sealed class RepositoryPaths
RootPath = rootPath;
ManifestPath = Path.Combine(rootPath, "sources", "critical-import-manifest.json");
DefaultDatabasePath = Path.Combine(rootPath, "src", "RolemasterDb.App", "rolemaster.db");
ArtifactsRootPath = Path.Combine(rootPath, "artifacts", "import", "critical");
ArtifactsRootPath = Path.Combine(rootPath, "src", "RolemasterDb.App", "import-artifacts", "critical");
}
public string RootPath { get; }
@@ -31,4 +31,4 @@ public sealed class RepositoryPaths
throw new InvalidOperationException("Could not discover the repository root from the current directory.");
}
}
}