7 lines
176 B
Makefile
7 lines
176 B
Makefile
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
|