feature: avatar uploads

This commit is contained in:
Andy Burke 2025-08-12 16:00:36 -07:00
parent ffe0678e5b
commit 01768da647
7 changed files with 139 additions and 18 deletions

View file

@ -23,6 +23,10 @@ Deno.test({
fn: async () => {
let test_server_info: EPHEMERAL_SERVER | null = null;
try {
console.dir({
SERVERUS_PUT_PATHS_ALLOWED: Deno.env.get('SERVERUS_PUT_PATHS_ALLOWED')
});
test_server_info = await get_ephemeral_listen_server();
const client: API_CLIENT = api({
prefix: '/api',