We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
with-docker
1 parent 60451d6 commit 1b485f8Copy full SHA for 1b485f8
src/prompts/PromptNew.ts
@@ -3,7 +3,6 @@ import type { Choice, PromptObject } from 'prompts';
3
const tsTemplates: Choice[] = [
4
{ title: 'Starter template (Recommended)', value: 'with-typescript-starter' },
5
{ title: 'Complete template', value: 'with-typescript-complete' },
6
- { title: 'with Docker', value: 'with-docker' },
7
{ title: 'with tsup', value: 'with-tsup' },
8
{ title: 'with SWC', value: 'with-swc' }
9
];
0 commit comments