We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webpro
Learn more about funding links in repositories.
Report abuse
1 parent cf10d03 commit c80ac0eCopy full SHA for c80ac0e
packages/knip/src/plugins/astro/index.ts
@@ -10,7 +10,7 @@ const enablers = ['astro'];
10
11
const isEnabled: IsPluginEnabled = ({ dependencies }) => hasDependency(dependencies, enablers);
12
13
-const entry = ['astro.config.{js,cjs,mjs,ts}', 'src/content/config.ts'];
+const entry = ['astro.config.{js,cjs,mjs,ts}', 'src/content/config.ts', 'src/content.config.ts'];
14
15
const production = [
16
'src/pages/**/*.{astro,mdx,js,ts}',
0 commit comments