mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
refactor(knip.config): clean up entry points and dependencies by removing legacy files and unused dependencies
This commit is contained in:
parent
2b874b0982
commit
3ebdc70ca9
1 changed files with 1 additions and 4 deletions
|
|
@ -2,8 +2,6 @@
|
|||
export default {
|
||||
entry: [
|
||||
"meshchatx/src/frontend/index.html",
|
||||
"electron/main.js",
|
||||
"electron/main-legacy.js",
|
||||
"electron/preload.js",
|
||||
"meshchatx/src/frontend/public/service-worker.js",
|
||||
"scripts/**/*.{js,mjs,cjs}",
|
||||
|
|
@ -16,8 +14,7 @@ export default {
|
|||
"tests/**/*.{js,cjs,mjs}",
|
||||
],
|
||||
ignore: ["meshchatx/src/frontend/public/**", "electron/assets/**", "**/*.worklet.js"],
|
||||
ignoreDependencies: ["@electron/fuses", "@tailwindcss/forms", "electron-builder-squirrel-windows"],
|
||||
ignoreBinaries: ["python3"],
|
||||
ignoreDependencies: ["@tailwindcss/forms"],
|
||||
ignoreIssues: {
|
||||
"meshchatx/src/frontend/js/reticulumPathfinding.js": ["unlisted"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue