feat: save flow on compute + update flowsint-app/README.md

This commit is contained in:
dextmorgn
2025-10-26 10:13:49 +01:00
parent 085e6bc654
commit 4e109dfbca
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ This will create a production build in the `dist` folder.
### Preview
```bash
$ npm run preview
$ npm run start
```
This will preview the production build locally.
This will start the production build locally.

View File

@@ -398,6 +398,7 @@ const FlowEditor = memo(({ initialEdges, initialNodes, theme, flow }: FlowEditor
toast.error('Save the flow first to compute it.')
return
}
await handleSaveFlow()
setLoading(true)
try {