Compare commits

...

2 Commits

2 changed files with 8 additions and 3 deletions

View File

@ -19,5 +19,10 @@ build-packed-data:
make setup-python make setup-python
clean: clean:
rm -rf out/ rm -rf out/
start-server: start-server: start-httpmitm
cd httpmitm; npm install; node proxy.js
start-httpmitm:
cd httpmitm; bash start-proxy.sh
start-dmbackend:
bash httpmitm/dmbackend/start_server.sh

@ -1 +1 @@
Subproject commit 1b7dae82a85924497c400f51580dd686914c2f89 Subproject commit 56fc38eb5dcaf52e241025aa854d204762381ebf