Fixed makefile for server hosting
This commit is contained in:
parent
73cbe66b9c
commit
4250e8f0c6
5
Makefile
5
Makefile
@ -20,7 +20,4 @@ build-packed-data:
|
||||
clean:
|
||||
rm -rf out/
|
||||
start-server:
|
||||
cd httpmitm
|
||||
npm i
|
||||
node proxy.js
|
||||
cd ..
|
||||
cd httpmitm; npm install; node proxy.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user