tangled
alpha
login
or
join now
graham.systems
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
back to bsky jetstream
samuel.fm
10 months ago
202c167e
abbec6c0
+1
-1
1 changed file
expand all
collapse all
unified
split
packages
appview
src
lib
env.ts
+1
-1
packages/appview/src/lib/env.ts
···
15
15
COOKIE_SECRET: str({ devDefault: '0'.repeat(32) }),
16
16
SERVICE_DID: str({ default: undefined }),
17
17
PUBLIC_URL: str({ devDefault: '' }),
18
18
-
JETSTREAM_INSTANCE: str({ default: 'wss://jetstream.mozzius.dev' }),
18
18
+
JETSTREAM_INSTANCE: str({ default: 'wss://jetstream2.us-east.bsky.network' }),
19
19
})