diff --git a/web/Makefile b/web/Makefile new file mode 100644 index 0000000..d5d3261 --- /dev/null +++ b/web/Makefile @@ -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