mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): remove alchemy option when next, react router or hono is selected in prompts
This commit is contained in:
@@ -307,6 +307,7 @@ export async function addAddonsHandler(input: AddInput) {
|
||||
const serverDeploymentPrompt = await getServerDeploymentToAdd(
|
||||
detectedConfig.runtime,
|
||||
detectedConfig.serverDeploy,
|
||||
detectedConfig.backend,
|
||||
);
|
||||
|
||||
if (serverDeploymentPrompt !== "none") {
|
||||
|
||||
Reference in New Issue
Block a user