fix(exports/types): Refactor exports and remove duplicate IReverseProxyConfig interface

This commit is contained in:
2025-05-04 13:04:34 +00:00
parent cce2aed892
commit e7243243d0
4 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
export * from './nfttablesproxy/classes.nftablesproxy.js';
export * from './networkproxy/classes.np.networkproxy.js';
export * from './networkproxy/index.js';
export * from './port80handler/classes.port80handler.js';
export * from './redirect/classes.redirect.js';
export * from './smartproxy/classes.smartproxy.js';