UNPKG

proxyd

Version:

Reverse proxy to socks5 or http proxy

11 lines (9 loc) 229 B
import { getRollupConfig } from '@cpuchain/rollup'; const config = [ getRollupConfig({ input: './src/index.ts' }), getRollupConfig({ input: './src/start.ts', external: [] }), ] export default config;