Live video on the AT Protocol
1{
2 "$schema": "https://unpkg.com/knip@5/schema.json",
3 "project": ["js/streamplace/src/**/*.ts"],
4 "entry": ["js/streamplace/src/index.ts"],
5 "ignoreWorkspaces": ["js/app", "js/desktop", "js/config-react-native-webrtc"],
6 "include": ["unlisted"],
7 "ignore": [
8 ".*tamagui.config.ts.*",
9 "js/components/src/crypto-polyfill.native.tsx"
10 ]
11}