You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Self-hosted API gateway for LLMs with intelligent routing, cost tracking and multi-provider support",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspace=packages/shared && npm run build --workspace=packages/service && npm run build --workspace=packages/cli && npm run build --workspace=packages/dashboard",
"dev": "npm run dev --workspace=packages/service",
"test": "npm test --workspaces --if-present && vitest run",