diff --git a/cli/ts-create-start/src/index.ts b/cli/ts-create-start/src/index.ts index cfd32a38..78f08c66 100755 --- a/cli/ts-create-start/src/index.ts +++ b/cli/ts-create-start/src/index.ts @@ -14,4 +14,5 @@ cli({ forcedMode: 'file-router', forcedAddOns: ['start'], craCompatible: true, + showHostingOptions: true, })