Skip to content

Commit 1b485f8

Browse files
committed
refactor: remove with-docker template
It was unmaintained and none of us really knew how it worked
1 parent 60451d6 commit 1b485f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/prompts/PromptNew.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { Choice, PromptObject } from 'prompts';
33
const tsTemplates: Choice[] = [
44
{ title: 'Starter template (Recommended)', value: 'with-typescript-starter' },
55
{ title: 'Complete template', value: 'with-typescript-complete' },
6-
{ title: 'with Docker', value: 'with-docker' },
76
{ title: 'with tsup', value: 'with-tsup' },
87
{ title: 'with SWC', value: 'with-swc' }
98
];

0 commit comments

Comments
 (0)