Move services to public (#6156)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-07-28 14:55:43 +07:00
committed by Andrey Sobolev
parent 9aad4a4561
commit ddecae80dd
578 changed files with 109084 additions and 390 deletions
@@ -0,0 +1,10 @@
/**
* @public
*/
export const syncConfig = {
MainProject: false,
SupportMilestones: true,
IssuesInProject: true,
BacklogInProject: false,
PullRequestsInProject: false
}