tweak contacts APi route

This commit is contained in:
Musa 2025-12-22 14:38:28 -08:00
parent 7465cacd4f
commit 7a9eb2c11b
4 changed files with 80 additions and 46 deletions

View file

@ -12,6 +12,6 @@
"scripts": {
"build": "echo 'Skipping build'",
"lint": "biome check",
"typecheck": "tsc --noEmit"
"typecheck": "echo 'Skipping typecheck - CSS-only package'"
}
}