We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac5c22 commit 898f77eCopy full SHA for 898f77e
1 file changed
README.md
@@ -25,11 +25,11 @@ On Deno you will likely want to use JSR:
25
deno add jsr:@idleberg/vite-plugin-devcert
26
```
27
28
-> [!NOTE]
29
-> Unless your package manager is set up to install peer dependencies automatically, you need to install `@expo/devcert` yourself.
30
-
31
## Usage 🚀
32
+> [!NOTE]
+> As a precaution, this plugin is only available in [development mode](https://vite.dev/guide/env-and-mode.html#modes).
+
33
```javascript
34
import { defineConfig } from "vite";
35
import devcert from "@idleberg/vite-plugin-devcert";
0 commit comments