Directory change
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2026-01-24 14:47:37 +01:00
parent 056cac794b
commit 55a118f8c9

View File

@@ -26,7 +26,7 @@ builder.Configuration.AddConfiguration(config);
// Läser setup.json eller skapar en ny tom om den inte finns // Läser setup.json eller skapar en ny tom om den inte finns
var dataRoot = Path.Combine(Directory.GetCurrentDirectory(), "data"); var dataRoot = Path.Combine(Directory.GetCurrentDirectory(), "data");
var setupFilePath = Path.Combine(dataRoot, "infrastructure", "setup.json"); var setupFilePath = Path.Combine("data", "infrastructure", "setup.json");
if (!File.Exists(setupFilePath)) if (!File.Exists(setupFilePath))
{ {