diff --git a/src/init/features/frameworks/index.ts b/src/init/features/frameworks/index.ts index 9af67a1492d..da353a7c2f9 100644 --- a/src/init/features/frameworks/index.ts +++ b/src/init/features/frameworks/index.ts @@ -51,7 +51,7 @@ export async function doSetup(setup: any, projectId: string): Promise { backendId = await promptOnce({ name: "backendId", type: "input", - default: "acme-inc-web", + default: "my-web-app", message: "Create a name for your backend [1-30 characters]", }); try {