Web - SDK Migration
I recently made an SDK for FolderHarbor (as a different project)! I’m now rewriting parts of the web panel to use it instead of direct API calls, as the SDK provides better type-safety.
This isn’t done yet, but I’ve gotten the migration done in a few places. I’m doing this on a branch since it’s very breaking (most pages are broken on the branch during this rewrite, but the main branch’s version is still operational with the old code).
Server - Fixes
I fixed some things with the server, namely:
- Making a locked account return an error in
checkPath()calls (this is to stop in-progress transfers on lock). - Fixing the PNPM configuration, making it work properly with PNPM v11 (including on the CI/CD).
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.