data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

at svelte 4 lines 167 B view raw
1import { env } from '$env/dynamic/private'; 2import { DarkVisitors } from '@darkvisitors/sdk'; 3 4export const darkVisitors = new DarkVisitors(env.DARK_VISITORS_TOKEN!);