appview-less bluesky client
24
fork

Configure Feed

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

at main 6 lines 182 B view raw
1import { dev } from '$app/environment'; 2import { env } from '$env/dynamic/public'; 3 4export const domain = dev ? 'http://127.0.0.1:5173' : env.PUBLIC_DOMAIN!; 5 6export default domain;