Chore: minor changes to build infra

This commit is contained in:
SukkaW
2024-09-30 04:17:12 +08:00
parent 4387c3ef19
commit dfe1600a90
3 changed files with 5 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import path from 'node:path';
import { Sema } from 'async-sema';
import { getHostname } from 'tldts';
import { getHostname } from 'tldts-experimental';
import { task } from './trace';
import { fetchWithRetry } from './lib/fetch-retry';
import { SHARED_DESCRIPTION } from './lib/constants';