Skip to content

Commit 1d9bb47

Browse files
authored
chore(readme): fix wrong property name
1 parent ab2d67d commit 1d9bb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ import { defineConfig } from 'vite'
201201
import { ValidateEnv } from "@julr/vite-plugin-validate-env";
202202

203203
export default defineConfig({
204-
plugins: [ValidateEnv({ envFile: 'config/env' })],
204+
plugins: [ValidateEnv({ configFile: 'config/env' })],
205205
})
206206
```
207207

0 commit comments

Comments
 (0)