Skip to main content

runProject

codebolt.project.runProject(): void
Runs the current project.

Description

Initiates the execution of the current project. This function sends a command to run the project but does not return any response data.

Example

codebolt.project.runProject();
console.log('✅ Project run command sent');

// Note: This function doesn't return a promise or value
// Monitor project execution through terminal or other modules