Files
frp/web/frps/Makefile
T

11 lines
105 B
Makefile

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