UNPKG
proxyd
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
Reverse proxy to socks5 or http proxy
github.com/cpuchain/proxyd
cpuchain/proxyd
proxyd
/
rollup.config.js
11 lines
(9 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { getRollupConfig }
from
'@cpuchain/rollup'
;
const
config
= [
getRollupConfig
({
input
:
'./src/index.ts'
}),
getRollupConfig
({
input
:
'./src/start.ts'
,
external
: [] }), ] export
default
config;