Skip to content

Commit

Permalink
fix: sandbox command (#7728)
Browse files Browse the repository at this point in the history
  • Loading branch information
kita3222 authored Jun 17, 2024
1 parent d5440b4 commit 2d98a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments/gen2/quickstart/create-amplify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Now [configure your AWS account to use Amplify](/[platform]/start/account-setup/
For the backend, we're going to start a cloud sandbox environment. Amplify gives every developer a personal cloud sandbox environment that provides isolated development spaces to rapidly build, test, and iterate. When you're working with a team, each developer will have their own personal cloud sandbox. In a new terminal window, run the following command:

```bash showLineNumbers={false}
npx amplify sandbox
npx ampx sandbox
```
<Callout warning>Do not use cloud sandbox environments in production.</Callout>

Expand Down

0 comments on commit 2d98a0c

Please sign in to comment.