diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d0381e9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "httpmitm"] + path = httpmitm + url = https://github.com/MunyDev/httpmitm diff --git a/Makefile b/Makefile index 098c9d0..bd41356 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,9 @@ build-packed-data: make setup-venv make setup-python clean: - rm -rf out/ \ No newline at end of file + rm -rf out/ +start-server: + cd httpmitm + npm i + node proxy.js + cd .. diff --git a/httpmitm b/httpmitm new file mode 160000 index 0000000..49d3214 --- /dev/null +++ b/httpmitm @@ -0,0 +1 @@ +Subproject commit 49d3214b24635fc813da9516eb8dbb9ccc701397