@nestbox-ai/cli
Version:
The cli tools that helps developers to build agents
6 lines (5 loc) • 324 B
text/typescript
// Export utility functions that might be used by other modules
export { readNestboxConfig, writeNestboxConfig, getNestboxConfigPath } from "../../utils/config";
export type { ProjectsConfig, NestboxConfig } from "../../utils/config";
export { createApis } from "./apiUtils";
export type { ApiInstances } from "./apiUtils";