your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

set cloudflare:sockets to external

Florian 5312fa24 f3815344

+4 -1
+4 -1
vite.config.ts
··· 10 10 port: 5179 11 11 }, 12 12 build: { 13 - sourcemap: true 13 + sourcemap: true, 14 + rollupOptions: { 15 + external: ['cloudflare:sockets'] 16 + } 14 17 } 15 18 });