#Strange dev experience: am I using this wrong?

1 messages · Page 1 of 1 (latest)

proud cedar
#

I am developing my first trigger, but the dev experience is a bit rough. In fact, I am running npx [email protected] dev locally, and as soon as I save, I can CMD+click on the new "Test tasks" link that appears in the terminal. However, this opens a new tab every time. When I use one of the old tabs, the change does not seem to have been picked up, and if I press "run again", the old version of the task is run again. Is there a way to have hot-reload without being pointed to a new tab every time? Thanks in advance!

charred tiger
#

You should be able to just leave the test page open, or use the "Replay" button in the top-right of a run.

When you trigger a run it always uses the latest version.

proud cedar
#

Just as feedback, right now the modal that's showing up every time I need to rerun a task feels a bit too disruptive. Maybe just enabling/disabling the replay button could feel a bit less "jumpy"

charred tiger
#

So the option to replay with the same payload without having to confirm? Maybe "Option + Cmd + R" on a Mac

#

Or probably shift + R

proud cedar
#

that'd be great 🙂