From dc98853689daacf37be02d55dfd26dbf9c82446c Mon Sep 17 00:00:00 2001 From: Brenley Dueck Date: Mon, 10 Nov 2025 18:58:08 -0600 Subject: [PATCH] show hosting options --- cli/ts-create-start/src/index.ts | 1 + 1 file changed, 1 insertion(+) 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, })