Compare commits
2 Commits
74048bb3bd
...
268351de7a
Author | SHA1 | Date | |
---|---|---|---|
268351de7a | |||
4ace2430d5 |
9
Makefile
9
Makefile
@ -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
|
||||||
|
2
httpmitm
2
httpmitm
@ -1 +1 @@
|
|||||||
Subproject commit 1b7dae82a85924497c400f51580dd686914c2f89
|
Subproject commit 56fc38eb5dcaf52e241025aa854d204762381ebf
|
Loading…
x
Reference in New Issue
Block a user