frp/web/frps/Makefile
2020-11-23 15:26:56 +08:00

8 lines
73 B
Makefile

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