Added httpmitm to main repo, to make it easier to start a server
This commit is contained in:
parent
bec295de98
commit
e721e07495
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "httpmitm"]
|
||||
path = httpmitm
|
||||
url = https://github.com/MunyDev/httpmitm
|
7
Makefile
7
Makefile
@ -18,4 +18,9 @@ build-packed-data:
|
||||
make setup-venv
|
||||
make setup-python
|
||||
clean:
|
||||
rm -rf out/
|
||||
rm -rf out/
|
||||
start-server:
|
||||
cd httpmitm
|
||||
npm i
|
||||
node proxy.js
|
||||
cd ..
|
||||
|
1
httpmitm
Submodule
1
httpmitm
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 49d3214b24635fc813da9516eb8dbb9ccc701397
|
Loading…
x
Reference in New Issue
Block a user