Skip to content

Commit

Permalink
chore(readme): fix wrong property name
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 18, 2024
1 parent ab2d67d commit 1d9bb47
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 @@ -201,7 +201,7 @@ import { defineConfig } from 'vite'
import { ValidateEnv } from "@julr/vite-plugin-validate-env";

export default defineConfig({
plugins: [ValidateEnv({ envFile: 'config/env' })],
plugins: [ValidateEnv({ configFile: 'config/env' })],
})
```

Expand Down

0 comments on commit 1d9bb47

Please sign in to comment.