9 lines
339 B
TypeScript
9 lines
339 B
TypeScript
/**
|
|
* Forwarding configuration exports
|
|
*
|
|
* Note: The legacy domain-based configuration has been replaced by route-based configuration.
|
|
* See /ts/proxies/smart-proxy/models/route-types.ts for the new route-based configuration.
|
|
*/
|
|
|
|
export * from './forwarding-types.js';
|
|
export * from '../../proxies/smart-proxy/utils/route-helpers.js'; |