/** * Port convention scanfixes for Factiii Pipeline plugin * * Enforces the slot-based PORT system: * - PORT=N (1-5) in .env.example, NOT full ports like 3001/5001 * - App derives: client = 3000+N, server = 5000+N * - Dev envs use http://, staging/prod use https:// */ import type { Fix } from '../../../../types/index.js'; export declare const portConventionFixes: Fix[]; //# sourceMappingURL=port-convention.d.ts.map