/**
 * Service barrel — fragment 로 추가된 서비스 등록 위치.
 * trellis add service <Name> 시 자동으로 entry 가 추가된다.
 */

// trellis:slot:services:start
// trellis:slot:services:end

export const services = {} as const;
