We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a33fa commit beb3bfdCopy full SHA for beb3bfd
Makefile
@@ -147,6 +147,12 @@ start-standalone: build-backend install-frontend
147
bash -c "trap 'fuser -k 9002/tcp' EXIT; \
148
./plugin-backend -port 9002 & cd web && npm run start:standalone"
149
150
+.PHONY: start-standalone-mock
151
+start-standalone-mock: build-backend install-frontend
152
+ @echo "### Starting backend on http://localhost:9002 using mock"
153
+ bash -c "trap 'fuser -k 9002/tcp' EXIT; \
154
+ ./plugin-backend -port 9002 --loki-mock --loglevel trace & cd web && npm run start:standalone"
155
+
156
.PHONY: bridge
157
bridge:
158
ifeq (,${CONSOLE})
0 commit comments