Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Mark bundle start time on web (#3147)

* Mark bundle start time on web

* TS

authored by danabra.mov and committed by

GitHub c8e0fa9c 1cf49517

+4
+2
index.web.js
··· 1 + import '#/platform/markBundleStartTime' 2 + 1 3 import '#/platform/polyfills' 2 4 import {registerRootComponent} from 'expo' 3 5 import {doPolyfill} from '#/lib/api/api-polyfill'
+2
src/platform/markBundleStartTime.web.ts
··· 1 + // @ts-ignore Web-only. On RN, this is set by Metro. 2 + window.__BUNDLE_START_TIME__ = performance.now()