/** * Centralized port configuration for AutoMaker * * Re-exports from @automaker/types for backward compatibility. * The canonical definition is in @automaker/types to allow browser-safe imports. */ export { STATIC_PORT, SERVER_PORT, RESERVED_PORTS } from '@automaker/types';