update make file

main
yoan 2024-10-22 22:13:01 +08:00
parent b1a0d84033
commit dc383644d6
1 changed files with 1 additions and 1 deletions

View File

@ -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