This was causing all starter projects to be reformatted in the backend because they were exported from the UI.
This pull request modifies the JSON output formatting for exported flow data in the reactflowUtils.ts file. The changes ensure that the JSON is indented for better readability by adding a spacing parameter to the JSON.stringify method.
This was causing all starter projects to be reformatted in the backend because they were exported from the UI.
This pull request modifies the JSON output formatting for exported flow data in the
reactflowUtils.ts
file. The changes ensure that the JSON is indented for better readability by adding a spacing parameter to theJSON.stringify
method.