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 41a0c94 commit 301e7e3Copy full SHA for 301e7e3
README.md
@@ -120,7 +120,7 @@ You have to do it on every browser launch.</i>
120
121
## Env Variables
122
123
-1. Copy `.example.env` and past it as `.env` in the same path
+1. Copy `.example.env` and paste it as `.env` in the same path
124
2. Add a new record inside `.env`
125
3. Add this key with type for value to `vite-env.d.ts` (root) to `ImportMetaEnv`
126
4. Then you can use it with `import.meta.env.{YOUR_KEY}` like with standard [Vite Env](https://vitejs.dev/guide/env-and-mode)
0 commit comments