getProjectPath
plugin.project.getProjectPath(): Promise<GetProjectPathResponse>
Retrieves the path of the current project.
Parameters
No parameters.
Returns
Promise<GetProjectPathResponse> — A promise that resolves with the project path response.
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.project.getProjectPath();
console.log(result);