Skip to content

Commit

Permalink
[TASK] small fixes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaervinen committed Oct 2, 2024
1 parent 9fd2b32 commit 40aa7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you are **not** using typed imports (e.g. `import { value, type Type } from '
If the file doesn't exist yet, create it.

### Step 3
Create a `vitesse.config.json` file and add your build [settings](#setting)
Create a `vitesse.config.json` file and add your build [settings](#settings)

## Settings
| Setting | Type | Default |
Expand All @@ -49,6 +49,7 @@ Create a `vitesse.config.json` file and add your build [settings](#setting)
| includeSvelte | Boolean | false |
| modulePreload | Boolean | true |


## Usage
Run the commands `vitesse` for build or `vitesse --watch` for watcher or add this to your `package.json` file:
```json
Expand Down

0 comments on commit 40aa7ac

Please sign in to comment.