Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getProjectConfig(): Promise<ProjectConfig>;
Promise
ProjectConfig
const result = await getProjectConfig(); console.log("Project name:", result.name);
Was this page helpful?