Are you able to currently export multiple workflows? This seems to work ``` [[workflows]] name = "a

Are you able to currently export multiple workflows?

This seems to work
[[workflows]]
name = "anya-hindmarch-swatch-import"
binding = "SWATCH_IMPORT"
class_name = "SwatchImport"


But this doesn't:

[[workflows]]
name = "anya-hindmarch-swatch-import"
binding = "SWATCH_IMPORT"
class_name = "SwatchImport"

[[workflows]]
name = "anya-hindmarch-foil-import"
binding = "FOIL_IMPORT"
class_name = "FoilImport"


I proceed to get the attached error and then the
.log
gives me no help outside of saying it requires a
.env
. I have
.dev.vars
. If I copy these to
.env
as well I get no additional errors at all in the log but it still crashes with the same message as the first screenshot
image.png
image.png
image.png
Was this page helpful?