web: Makefile for convenience setting env variables.
This commit is contained in:
parent
87446606c5
commit
fcc2e40f8a
6
web/Makefile
Normal file
6
web/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
serve:
|
||||
local-ssl-proxy --source=8443 --target=8080 &
|
||||
VUE_APP_LOG_LEVEL=TRACE \
|
||||
VUE_APP_API_LOG_LEVEL=WARN \
|
||||
VUE_APP_PM_API_BASE=https://localhost:8443/api \
|
||||
npm run serve
|
Loading…
x
Reference in New Issue
Block a user