Created
October 31, 2024 18:00
-
-
Save webpro/6e30730435bca3c21d0bca0d5dae028e to your computer and use it in GitHub Desktop.
Initial bsky.app knip.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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