Effect-TS / docgen

An opinionated documentation generator for Effect projects
https://effect-ts.github.io/docgen
MIT License
34 stars 8 forks source link

fix glob pattern on windows #54

Closed matheuspuel closed 1 year ago

matheuspuel commented 1 year ago

glob expects / as a path separator instead of \ (the windows separator).

Closes #53

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: ec7d3c14307da9f80171eb7cd0aea7b59025ffac

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------- | ----- | | @effect/docgen | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

gcanti commented 1 year ago

Thanks @matheuspuel