Skip to content

Commit

Permalink
Merge branch 'main' of github.com:idleberg/vite-plugin-valibot-env
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 8, 2024
2 parents a33d6d5 + d980e68 commit cb7ddc1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ It's generally a good idea to check that you're all set up early in the developm

## Installation

`npm install -D vite-plugin-valibot-env valibot`
```shell
npm install -D vite-plugin-valibot-env valibot`
```

## Usage

Let's start with a very basic example
```ts
```javascript
import { defineConfig } from 'vite';
import * as v from 'valibot';
import valibot from 'vite-plugin-valibot-env';
Expand Down

0 comments on commit cb7ddc1

Please sign in to comment.