mono repo

This commit is contained in:
EthanShoeDev
2025-09-09 22:27:48 -04:00
parent 638cfc49cb
commit 38e16a9536
80 changed files with 3630 additions and 5328 deletions

16
.jscpd.json Normal file
View File

@@ -0,0 +1,16 @@
{
"pattern": "**/*",
"ignore": [
"**/.expo/**",
"**/.turbo/**",
"**/mnt/**",
"**/dist/**",
"**/node_modules/**",
"**/android/**"
],
"threshold": 0,
"minTokens": 50,
"minLines": 33,
"maxLines": 1000,
"maxSize": "100kb"
}