import { isErectProject } from './isErectProject'; if (!isErectProject()) { console.error('Not an Erect project'); process.exit(); }