mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 11:22:25 +02:00
7 lines
90 B
TypeScript
7 lines
90 B
TypeScript
/**
|
|
* @public
|
|
*/
|
|
export const githubConfiguration = {
|
|
ResolveThreadSupported: false
|
|
}
|