refactor: don't bundle node backend

This commit is contained in:
zhom
2026-01-08 22:25:10 +04:00
parent 0bce20b4ee
commit fdd921c6bb
52 changed files with 7467 additions and 2051 deletions
+7 -1
View File
@@ -33,5 +33,11 @@
".next/dev/types/**/*.ts",
"dist/dev/types/**/*.ts"
],
"exclude": ["node_modules", "nodecar", "src-tauri/target", "donut-sync"]
"exclude": [
"node_modules",
"nodecar",
"src-tauri/target",
"donut-sync",
"camoufox-js"
]
}