litellm
litellm copied to clipboard
Remove files generated by FE builds
These probably shouldn't be necessary and are bloating the repo and making it harder to work with the code.
Type
🧹 Refactoring
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| litellm | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 7, 2025 2:42am |
Fixed merge conflict. Consider merging soon if possible to minimize merge conflicts.
@krrishdholakia @ishaan-jaff
Hey @msabramo the proxy uses this folder
Can’t you build the FE files in your CI?
Having them in git is very strange and it causes annoyances when working with the code because they easily become modified and then you can’t switch branches without first throwing them away. Much easier to not have them in git.
Yes - we should.
Since this PR is blocked on that change, we can either close this out for now or refactor this to incorporate the change.
I am so tired of seeing this message whenever I am working locally: 😢
Yes - we should.
Since this PR is blocked on that change, we can either close this out for now or refactor this to incorporate the change.
Taking a stab at seeing if I can get the Dockerfile to build these files, so that they can be removed...
Yes - we should. Since this PR is blocked on that change, we can either close this out for now or refactor this to incorporate the change.
Taking a stab at seeing if I can get the
Dockerfileto build these files, so that they can be removed...
e454d00f1 is my attempt at doing the build and copying it into the Docker image.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.