feat: sending money / coins
This commit is contained in:
parent
4e58d20e84
commit
de0987a007
14 changed files with 2825 additions and 325 deletions
|
|
@ -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 });
|
||||
}
|
||||
Reference in a new issue