pieces-app / pieces-copilot-vanilla-typescript-example

A simple (vanilla) repository of examples for using the PiecesApi in Typescript to build a Local Copilot..
MIT License
16 stars 4 forks source link

Copied configuration files - Dist bloat #12

Closed jwafu closed 6 months ago

jwafu commented 6 months ago

@Sophyia7 it looks like we are having a similar issue here on this PR as we did on the Python project - due to the dist size and updates to the package itself, you need to update your fork from main and then update your branch, or you can just open a new PR with your copied configuration files.

Just wanted to add this for the future, im going to take care of this today to get this merged 👍 not sure why we keep having these issues and going forward we may benefit from including the /dist directory in the .gitignore. Some would have to just run the generation locally but could be a better option.

Originally posted by @jordan-pieces in https://github.com/pieces-app/pieces-copilot-vanilla-typescript-example/issues/10#issuecomment-1939639706