Skip to content

Commit

Permalink
style: Update apiToken to use placeholder <api-token> (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Apr 3, 2024
1 parent 51d7f62 commit e17919a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const preview: Preview = {
* This sandbox is created inside the given workspace
* and can be shared with team members.
*/
apiToken: process.env.VITE_CODESANDBOX_KEY, // For Vite use `import.meta.env.VITE_CODESANDBOX_KEY`
apiToken: <api-token>,

/**
* @required
Expand Down

0 comments on commit e17919a

Please # to comment.