Skip to content

Commit

Permalink
chore: remove --outputs-version 0 from snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Jun 28, 2024
1 parent 68e85f1 commit 731b384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ npx ampx sandbox
<InlineFilter filters={['flutter']}>

```bash title="Terminal" showLineNumbers={false}
npx ampx sandbox --outputs-format dart --outputs-out-dir lib --outputs-version 0
npx ampx sandbox --outputs-format dart --outputs-out-dir lib
```

<Callout info>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/[platform]/reference/cli-commands/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ npx ampx sandbox

```bash title="Terminal" showLineNumbers={false}
# for Flutter
npx ampx sandbox --outputs-format dart --outputs-out-dir lib --outputs-version 0
npx ampx sandbox --outputs-format dart --outputs-out-dir lib
```

## npx ampx sandbox delete
Expand Down

0 comments on commit 731b384

Please sign in to comment.