UNPKG

@codai/cbd

Version:

Codai Better Database - High-Performance Vector Memory System with HPKV-inspired architecture and MCP server

25 lines 403 B
{ "version": "2.0.0", "tasks": [ { "label": "Start CBD Collaboration Service", "type": "shell", "command": "node", "args": [ "cbd-collaboration-service.cjs" ], "isBackground": true, "group": "build" }, { "label": "Start CBD Database", "type": "shell", "command": "tsx", "args": [ "src/start.ts" ], "isBackground": true, "group": "build" } ] }