Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Sep 10, 2024
1 parent 304dce6 commit 89aa773
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ class TestStack extends Stack {
super(scope, id, props);

const amplifyApp = new amplify.App(this, 'App', {
// basicAuth: amplify.BasicAuth.fromGeneratedPassword('aws'),
// autoBranchCreation: {},
// platform: amplify.Platform.WEB_COMPUTE,
cacheConfigType: amplify.CacheConfigType.AMPLIFY_MANAGED_NO_COOKIES,
});

Expand Down

0 comments on commit 89aa773

Please sign in to comment.