Generation 설정

interface Generation {
    additionalPath?: string;
    generateProfiles?: Profile[];
    profileApiUrl?: string;
}

Properties

additionalPath?: string

추가 generation path

generateProfiles?: Profile[]

generate profile (SPA일 경우, 빌드 시 저장할 profile을 multiple로 설정한다.)

Deprecated

Default

[]
profileApiUrl?: string

Profile 조회 API URL

Deprecated

Default

/api/current-profile

Generated using TypeDoc