* Add verbose logging to create-astro * Tell user to use the verbose flag when encountering the MISSING_REF error * Create changeset * Add information in README * Format * Use switch statement instead of if and if else blocks * Update packages/create-astro/src/logger.ts Make if statement easier to read Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: Evan Boehs <evan@boehs.org>
5 lines
123 B
Markdown
5 lines
123 B
Markdown
---
|
|
'create-astro': patch
|
|
---
|
|
|
|
Added an option to create-astro to use verbose logging which should help debug degit issues
|