Skip to content

Instantly share code, notes, and snippets.

@webpro
Created October 31, 2024 18:00
Show Gist options
  • Save webpro/6e30730435bca3c21d0bca0d5dae028e to your computer and use it in GitHub Desktop.
Save webpro/6e30730435bca3c21d0bca0d5dae028e to your computer and use it in GitHub Desktop.
Initial bsky.app knip.ts
export default {
workspaces: {
'.': {
entry: [
'src/App.*.tsx',
'{modules,src}/**/*.{android,ios,native,web}.{ts,tsx}',
'./plugins/starterPackAppClipExtension/withStarterPackAppClip.js',
'./plugins/withAndroidManifestPlugin.js',
'./plugins/withAndroidManifestFCMIconPlugin.js',
'./plugins/withAndroidStylesWindowBackgroundPlugin.js',
'./plugins/withAndroidStylesAccentColorPlugin.js',
'./plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js',
'./plugins/shareExtension/withShareExtensions.js',
'./plugins/notificationsExtension/withNotificationsExtension.js',
'./plugins/withAppDelegateReferrer.js',
],
},
bskyembed: {},
bskylink: {},
bskyogcard: {},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment