Skip to content

Commit

Permalink
document :output-dir squint.edn option (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhayashi authored Aug 7, 2024
1 parent e2895d3 commit a852217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ In `squint.edn` you can describe the following options:
that should be copied over from source paths. E.g. `:css`, `:json`. Strings
may also be used which represent regexes which are processed through
`re-find`.
- `:output-dir`: the directory where compiled files will be created,
which defaults to the project root directory.

See [examples/vite-react](examples/vite-react) for an example project which uses a `squint.edn`.

Expand Down

0 comments on commit a852217

Please sign in to comment.