We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 584dbcc + b3a4a64 commit ed958e9Copy full SHA for ed958e9
packages/amplify-codegen/src/walkthrough/questions/maxDepth.js
@@ -2,7 +2,7 @@ const inquirer = require('inquirer');
2
3
const constants = require('../../constants');
4
5
-async function askMaxDepth(defaultDepth = 3) {
+async function askMaxDepth(defaultDepth = 2) {
6
const answer = await inquirer.prompt([
7
{
8
name: 'maxDepth',
0 commit comments