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 b4fd9d4 commit f9fb70fCopy full SHA for f9fb70f
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 = 2) {
+async function askMaxDepth(defaultDepth = 3) {
6
const answer = await inquirer.prompt([
7
{
8
name: 'maxDepth',
0 commit comments