mirror your GitHub repos to tangled.org automatically
1

Configure Feed

Select the types of activity you want to include in your feed.

1import { dropActiveAccount } from '#server/utils/server-session' 2 3export default defineEventHandler(async event => { 4 const remaining = await dropActiveAccount(event) 5 return { ok: true, remaining } 6})