Build the agent-native compute CRM platform
CI / verify (push) Successful in 3m6s

This commit is contained in:
2026-08-13 01:39:01 -07:00
parent bfd2f8d95a
commit 853bde2265
160 changed files with 61812 additions and 483 deletions
+3
View File
@@ -16,10 +16,13 @@
"build": "npm run build --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"test:e2e": "npm run test:e2e -w @pig/api",
"lint": "npm run lint --workspaces --if-present",
"dev:api": "npm run dev -w @pig/api",
"dev:web": "npm run dev -w @pig/web",
"dev:mcp": "npm run dev -w @pig/mcp",
"dev:piggy": "npm run dev -w @pig/piggy",
"pig": "tsx apps/cli/src/main.ts",
"db:generate": "npm run generate -w @pig/db",
"db:migrate": "npm run migrate -w @pig/db",
"db:seed": "npm run seed -w @pig/db",