This commit is contained in:
@@ -14,8 +14,8 @@ if (string.IsNullOrEmpty(workflowViewFile) || !Directory.Exists(projectDirectory
|
||||
|
||||
var workflow = JsonSerializer.Deserialize<S8nWorkflow>(File.OpenRead(workflowViewFile), JsonSerializerOptions.Web)!;
|
||||
|
||||
var edgesFile = Path.Combine("/sources", $"{workflow.Name}.Edges.cs");
|
||||
var nodesFile = Path.Combine("/sources", $"{workflow.Name}.Nodes.cs");
|
||||
var edgesFile = Path.Combine(projectDirectory, $"{workflow.Name}.Edges.cs");
|
||||
var nodesFile = Path.Combine(projectDirectory, $"{workflow.Name}.Nodes.cs");
|
||||
|
||||
// Linking
|
||||
const string templateEdges = """
|
||||
|
||||
Reference in New Issue
Block a user