Embroider can run some initial checks to determine if your project is currently compatible.
# Runs the Embroider preflight checks
npx stitch preflight
Embroider can additionally run some migrations for you to onboard you faster.
# Runs the Embroider migrations
npx stitch migrate