Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions products/create-product.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ import {
priceItem,
} from 'atmn';


// Features
export const canUseTokens = feature({
id: 'can_use_tokens',
Expand Down Expand Up @@ -220,4 +219,3 @@ features: [canUseTokens, message, taskRuns]
First, run `npx atmn auth` to authenticate yourself with the CLI.

Then run `npx atmn push` to push your changes to Autumn's sandbox environment.
```