docs: restore Turbopack in --yes flag default description
Turbopack is still the default bundler (index.ts line 625). It was
incorrectly removed because it doesn't appear in the CLI's displayConfig
prompt, but the prose description of --yes should list all defaults.
Co-authored-by: Joseph <icyJoseph@users.noreply.github.com>