Update start options to load flow.json

This commit is contained in:
andrew.greene 2022-02-11 07:56:22 -07:00
parent f6168aeff3
commit 650c98c781

View File

@ -14,6 +14,6 @@ Finally, deleting code often has unintended consequences - you should, at a mini
## Testing code
1. `npm run dev` or `npm start`
1. `npm run dev -- data/flows.json` or `npm start -- data/flows.json`
2. `npm run cy:run` # Runs cypress tests