pocketbase-typegen
pocketbase-typegen copied to clipboard
add bun support
resolves #79
Little question on the side; aren't you supposed to not push the dist into your repo?
(off topic)
Little question on the side; aren't you supposed to not push the dist into your repo?
@vaaski Whether or not you push your build output to the repo is entirely dependent on how your build and release flow looks. However my personal opinion is that it's better to build the code in the release flow since it means that there's less clutter in the repo and no risk of forgetting to build the project.
@patmood If you want any support in automating the release a bit more feel free to reach out. I just implemented semantic-release in my own project and it's working very well so far.