feat: sending money / coins

This commit is contained in:
Face 2025-05-31 16:26:51 +03:00
parent 4e58d20e84
commit de0987a007
14 changed files with 2825 additions and 325 deletions

View file

@ -73,5 +73,9 @@ export async function handle({ event, resolve }) {
// 'Cache-Control': 'private, no-cache, no-store, must-revalidate'
// });
if (event.url.pathname.startsWith('/.well-known/appspecific/com.chrome.devtools')) {
return new Response(null, { status: 204 });
}
return svelteKitHandler({ event, resolve, auth });
}