UNPKG

devin-workflow

Version:

~Devin AI workflow automation

10 lines (9 loc) 321 B
/** * Repository URLs constants */ export const REPOS = { "staffingboss-reactapp": "dev.azure.com/access-devops/Access%20Vincere/_git/staffingboss-reactapp", "Staffingboss": "dev.azure.com/access-devops/Access%20Vincere/_git/Staffingboss", }; // Freeze the object to prevent modifications Object.freeze(REPOS);