0408376281
* feat(create-astro): add houston, improve prompts * refactor(create-astro): move to giget * chore: add changeset * chore: update lockfile * test(create-astro): update tests to match new output * chore: prefer named functions * fix: update template prompt * fix: update typescript message * chore: add explicit --skip-houston flag * test(create-astro): skip flaky typescript test Co-authored-by: Nate Moore <nate@astro.build>
5 lines
208 B
TypeScript
5 lines
208 B
TypeScript
export const TEMPLATES = [
|
|
{ value: 'basics', title: 'a few best practices (recommended)' },
|
|
{ value: 'blog', title: 'a personal website starter kit' },
|
|
{ value: 'minimal', title: 'an empty project' },
|
|
];
|