/** * start.sh scanfix for Factiii Pipeline plugin * * Merges slot-based env setup into existing start.sh: * - If start.sh exists: injects IP detection + slot scan + PORT injection * between marker comments at the TOP, preserving all existing logic below * - If no start.sh: generates a full quick-start script * * On re-run, only the section between markers is replaced (idempotent). */ import type { Fix } from '../../../../types/index.js'; export declare const startShFixes: Fix[]; //# sourceMappingURL=start-sh.d.ts.map