Skip to content

Commit beb3bfd

Browse files
committed
start-standalone-mock
1 parent 13a33fa commit beb3bfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ start-standalone: build-backend install-frontend
147147
bash -c "trap 'fuser -k 9002/tcp' EXIT; \
148148
./plugin-backend -port 9002 & cd web && npm run start:standalone"
149149

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+
150156
.PHONY: bridge
151157
bridge:
152158
ifeq (,${CONSOLE})

0 commit comments

Comments
 (0)