Skip to content

Commit

Permalink
chore: remove duplicate analytics backend section
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Oct 2, 2024
1 parent 4c21109 commit 3e7d4f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions infra-gen2/tool/deploy_gen2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ import 'package:path/path.dart' as p;
/// 3. Add the backend to a category or create a new category
/// 4. Run `dart tool/deploy_gen2.dart` to deploy the backend
const List<AmplifyBackendGroup> infraConfig = [
AmplifyBackendGroup(
category: Category.analytics,
defaultOutput: '',
backends: [],
),
AmplifyBackendGroup(
category: Category.api,
defaultOutput: 'packages/api/amplify_api/example/lib',
Expand Down

0 comments on commit 3e7d4f6

Please sign in to comment.