You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.log(`The project has successfully been generated and downloaded to \`./${appDirRelative}\`.
155
156
156
157
The project wasn't able to be automatically built and deployed to AWS because the AWS CLI isn\'t set up on this machine. Install the AWS CLI and then run \`npm run init:dev\` inside the \`./${appDirRelative}\` directory.
@@ -171,6 +172,14 @@ For now you can open \`./${appDirRelative}\` in your favorite IDE like VS Code.
171
172
172
173
if(deploy){
173
174
awaitthis.runInitDev({ appDir, appName })
175
+
}else{
176
+
this.log(`The project has successfully been generated and downloaded to \`./${appDirRelative}\`. 🎉`)
177
+
return{
178
+
description,
179
+
deploy,
180
+
awsProfileToCopy,
181
+
appDir,
182
+
}
174
183
}
175
184
176
185
return{
@@ -229,7 +238,7 @@ For now you can open \`./${appDirRelative}\` in your favorite IDE like VS Code.
0 commit comments