import { runCliCommand } from './runCliCommand'; import { runPreCommitBackend } from './preCommitBackend'; runCliCommand(runPreCommitBackend);