Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
362 changes: 0 additions & 362 deletions apps/api/apps/api/data/db.json

This file was deleted.

2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run && node --import tsx --test src/providers/registry.test.ts src/lib/scrape-url-safety.test.ts src/services/query-service.test.ts",
"test": "vitest run && node --import tsx --test tests/**/*.test.ts src/providers/registry.test.ts src/lib/scrape-url-safety.test.ts src/services/query-service.test.ts",
"test:watch": "vitest",
"lint": "echo 'No lint configured for api'",
"format": "echo 'No format task configured for api'"
Expand Down
Loading