Skip to content

Commit d726696

Browse files
authored
refactor: delete dead-code duplicate src/types/config.ts (#3141)
* Initial plan * refactor: remove dead duplicate src/types/config.ts and its test --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent a6599d3 commit d726696

3 files changed

Lines changed: 1 addition & 71 deletions

File tree

src/types/config.test.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/types/config.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/types/docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Docker and container configuration types for the agentic workflow firewall
33
*/
44

5-
import type { UpstreamProxyConfig } from './config';
5+
import type { UpstreamProxyConfig } from './upstream-proxy';
66

77
/**
88
* Configuration for the Squid proxy server

0 commit comments

Comments
 (0)