Skip to content

Commit

Permalink
chore(ai): update example apps to use AI environment (#5785)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Sep 11, 2024
1 parent b600b3b commit 1e2d285
Show file tree
Hide file tree
Showing 22 changed files with 99 additions and 1,327 deletions.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '@aws-amplify/ui-react/styles.css';
import '@aws-amplify/ui-react-ai/ai-conversation-styles.css';

import outputs from './amplify_outputs';
import type { Schema } from './amplify/data/resource';
import type { Schema } from '@environments/ai/gen2/amplify/data/resource';
import { Authenticator, Card } from '@aws-amplify/ui-react';

const client = generateClient<Schema>({ authMode: 'userPool' });
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import amplifyOutputs from '@environments/ai/gen2/amplify_outputs';
export default amplifyOutputs;
Loading

0 comments on commit 1e2d285

Please sign in to comment.