mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
update make file
This commit is contained in:
parent
b1a0d84033
commit
dc383644d6
2
Makefile
2
Makefile
@ -37,4 +37,4 @@ help:
|
|||||||
.PHONY: all build clean help
|
.PHONY: all build clean help
|
||||||
|
|
||||||
local.run:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user