Skip to content

Commit

Permalink
update mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Hanchett committed May 2, 2024
1 parent b5fb912 commit 6a17d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/start/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ To deploy your backend use Amplify's per-developer cloud sandbox. This feature p
npx ampx sandbox
```

Once the sandbox environment is deployed, it will create a GraphQL API, database, and auth service. All the deployed resources will be available in the `amplify_outputs.json`. However, Xcode won't be able to recognize them. For recognizing the files, you need to drag and drop the generated files to your project.
Once the sandbox environment is deployed, it will create a GraphQL API, database, and auth service. All the deployed resources will be available in the `amplify_outputs.json`.

## Connect frontend to backend

Expand Down

0 comments on commit 6a17d7d

Please sign in to comment.