knip.js: Expand ignored files in axo directory

This commit is contained in:
Scott Nonnenberg
2026-07-13 21:04:57 -07:00
parent 01e677604e
commit bc43719ffc
+1 -1
View File
@@ -74,7 +74,7 @@ const config = {
],
ignoreFiles: [
'ts/components/Profiler.dom.tsx',
...(PROD_ONLY ? ['ts/axo/*.dom.tsx'] : []),
...(PROD_ONLY ? ['ts/axo/**/*.dom.tsx'] : []),
],
ignoreBinaries: PROD_ONLY ? ['electron'] : [],
storybook: {