Fix housekeeping

This commit is contained in:
SukkaW
2025-05-01 15:34:39 +08:00
parent f957795396
commit 836315c28c
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import { BaseWriteStrategy } from './base';
import { noop } from 'foxts/noop';
import { fastIpVersion, notSupported, withBannerArray } from '../misc';
import { OUTPUT_CLASH_DIR } from '../../constants/dir';
import { appendArrayInPlace } from '../append-array-in-place';
import { appendArrayInPlace } from 'foxts/append-array-in-place';
export class ClashDomainSet extends BaseWriteStrategy {
public readonly name = 'clash domainset';