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.
1 parent 8c78e97 commit b3a4a64Copy full SHA for b3a4a64
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