Live video on the AT Protocol

linting: ignore crypto-polyfill

+4 -1
+4 -1
knip.json
··· 4 4 "entry": ["js/streamplace/src/index.ts"], 5 5 "ignoreWorkspaces": ["js/app", "js/desktop", "js/config-react-native-webrtc"], 6 6 "include": ["unlisted"], 7 - "ignore": [".*tamagui.config.ts.*"] 7 + "ignore": [ 8 + ".*tamagui.config.ts.*", 9 + "js/components/src/crypto-polyfill.native.tsx" 10 + ] 8 11 }