feat: 根据输入的参数,显示不同的内容
This commit is contained in:
2
Makefile
2
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
|
||||
go mod vendor&& npm --prefix ./ui install && npm --prefix ./ui run build && go run main.go serve --http 127.0.0.1:8090
|
||||
|
||||
Reference in New Issue
Block a user