Yes, if you add an MFE like authn
to your tutor mounts, then when you run tutor dev start mfe
it will run all MFEs except authn
, and you can decide when/how to run authn, either by using npm run dev
on your host or tutor dev start authn
to run it (bind mounted) inside a docker container.
3 Likes