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 6f4cad9 commit 3f00c3dCopy full SHA for 3f00c3d
tools/make/run.mk
@@ -55,7 +55,11 @@ dev-restore-ai-plugin:
55
56
.PHONY: dev-run-server
57
dev-run-server: ## Run server in development mode with latest AI plugin
58
-dev-run-server: build-ui dev-build-ai-plugin run-backend
+dev-run-server: build-ui dev-build-ai-plugin dev-run-backend
59
+
60
+dev-run-backend:
61
+ PATH="$(shell pwd)/bin:$$PATH" go run . server --local-storage 'bin/*.yaml' --console-path ${ATEST_UI}/dist \
62
+ --extension-registry ghcr.io --download-timeout 10m
63
64
.PHONY: run-server
65
run-server: ## Run the API Testing server (production mode)
0 commit comments