Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Oct 3, 2024
1 parent 590eae4 commit cd65fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/config/build-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Just like with Vite, depending on the `--mode` you pass, different dotenv files

## Get Mode at Runtime

You can access the current mode in your extension via `import.meta.env`:
You can access the current mode in your extension using `import.meta.env.MODE`:

```ts
switch (import.meta.env.MODE) {
Expand Down

0 comments on commit cd65fe1

Please sign in to comment.