Feat: ability to handle inline comment

This commit is contained in:
SukkaW
2025-08-17 17:35:02 +08:00
parent fe7278c7fa
commit 373f862c6d
7 changed files with 22 additions and 10 deletions

View File

@@ -88,6 +88,8 @@ export const buildCdnDownloadConf = task(require.main === module, __filename)(as
steamDomainSetPromise
]);
console.log(JSON.stringify(cdnDomainsList, null, 2));
// Move S3 domains to download domain set, since S3 files may be large
appendArrayInPlace(downloadDomainSet, S3OSSDomains);
appendArrayInPlace(downloadDomainSet, steamDomainSet);