web: add rollup config for proxy outpost

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-26 14:18:51 +01:00
parent 03e0eecb1d
commit b58875d4c7
4 changed files with 35 additions and 29 deletions

3
web/rollup.proxy.js Normal file
View File

@ -0,0 +1,3 @@
import { POLY } from "./rollup.config";
export default [POLY];