mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-24 02:10:49 +02:00
refactor: don't bundle node backend
This commit is contained in:
+7
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user