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 14e68ff commit 4008515Copy full SHA for 4008515
Makefile
@@ -136,13 +136,13 @@ serve-mock:
136
./plugin-backend --loki-mock --loglevel trace
137
138
.PHONY: start
139
-start: build-backend
+start: build-backend install-frontend
140
@echo "### Starting backend on http://localhost:9002"
141
bash -c "trap 'fuser -k 9002/tcp' EXIT; \
142
./plugin-backend -port 9002 & cd web && npm run start"
143
144
.PHONY: start-standalone
145
-start-standalone: build-backend
+start-standalone: build-backend install-frontend
146
147
148
./plugin-backend -port 9002 & cd web && npm run start:standalone"
0 commit comments