mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 14:22:23 +02:00
11 lines
181 B
TypeScript
11 lines
181 B
TypeScript
/**
|
|
* @public
|
|
*/
|
|
export const syncConfig = {
|
|
MainProject: false,
|
|
SupportMilestones: true,
|
|
IssuesInProject: true,
|
|
BacklogInProject: false,
|
|
PullRequestsInProject: false
|
|
}
|