Skip to content

Commit

Permalink
fix: generate flutter amp config in lib (#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Feb 9, 2021
1 parent 4e24c1d commit ecfb6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-app/src/index.js
Expand Up @@ -443,7 +443,7 @@ async function createAmplifyHelperFiles(frontend) {
}

if (frontend === 'flutter') {
initializeAmplifyConfiguration(path.resolve('src'));
initializeAmplifyConfiguration(path.resolve('lib'));
}

return frontend;
Expand Down

0 comments on commit ecfb6d3

Please sign in to comment.