Files
github-actions-magento2/supported-version/src/nightly/repository.ts
T
2023-09-24 16:07:37 -04:00

9 lines
305 B
TypeScript

const KNOWN_REPOSITORIES = {
"https://repo.mage-os.org": true,
"https://nightly.mage-os.org": true,
"https://upstream-mirror.mage-os.org": true,
"https://upstream-nightly.mage-os.org": true,
"https://repo.magento.com": true,
}
export type Repository = keyof typeof KNOWN_REPOSITORIES;