frp/web/frpc/Makefile
2020-01-09 11:50:59 +08:00

7 lines
65 B
Makefile

.PHONY: dist build
build:
@npm run build
dev:
@npm run serve