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
feat(init): split hosting setup into askQuestions and actuate (#9338)
* feat(init): split hosting setup into askQuestions and actuate
Refactors the hosting feature's `doSetup` function into `askQuestions` and `actuate` functions, following the pattern of other features like `firestore` and `database`.
This change separates user interaction from the actuation of changes, improving modularity and maintainability.
* revert shrinkwrap
* revert shrinkwrap
* Substanial cleanup and simplification
* Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fix test
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments