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

8 lines
73 B
Makefile

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