You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 41m 59s logged

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).
0
2

Comments 0

No comments yet. Be the first!