feat: implement r2 image upload for avatars

This commit is contained in:
Ryan Walters
2025-09-18 13:18:14 -05:00
parent 56e02e7253
commit 7f9d3e9158
8 changed files with 1932 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
[toolchain]
# we are unfortunately pinned to 1.86.0 for some reason, bulk-memory-opt related issues on wasm32-unknown-emscripten
channel = "1.86.0"
channel = "1.87.0"
components = ["rustfmt", "llvm-tools-preview", "clippy"]