From dc383644d6db9a3b4b661f62af9449ea3070a29f Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Tue, 22 Oct 2024 22:13:01 +0800 Subject: [PATCH] update make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5987872..7bf8cabd 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,4 @@ help: .PHONY: all build clean help local.run: - go mod vendor&& npm --prefix ./ui install && npm --prefix ./ui run build && go run main.go serve --http 127.0.0.1:8090 + go mod vendor&& npm --prefix=./ui install && npm --prefix=./ui run build && go run main.go serve --http 127.0.0.1:8090