commands/run/run_project library

Classes

RunProjectError
Represents an error during the running process of a project.

Functions

runProject(String path, int timeout, bool verbose) Future<Process?>
Runs a Gazelle project.
startProcess(String tmpProjectDir) Future<Process>
Starts the temporary project process.