You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move template scaffolding after state transition in init
Template installer creates dist/ directories with .gitkeep files,
which has_build_artifacts detects as Built state. Moving install_all
after execute_transition(Initialize) prevents discover_state from
seeing dist/server/ and rejecting the Built -> Configured transition.
0 commit comments