feat: Enhance package search with normalized name matching and remove sync:arch script.

This commit is contained in:
Yusuf İpek
2025-11-22 16:10:15 +03:00
parent afd4456893
commit 00f3ce4706
2 changed files with 9 additions and 5 deletions
+2 -3
View File
@@ -10,8 +10,7 @@
"type-check": "tsc --noEmit",
"test:db": "node scripts/test-db.js",
"init:backend": "chmod +x scripts/init-backend.sh && ./scripts/init-backend.sh",
"init:db": "node scripts/init-db.js",
"sync:arch": "npx tsx scripts/sync-arch.ts"
"init:db": "node scripts/init-db.js"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
@@ -47,4 +46,4 @@
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}
}