This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user