1
0
mirror of https://github.com/fatedier/frp.git synced 2025-06-15 23:38:21 +00:00
2020-12-03 20:20:48 +08:00

11 lines
105 B
Makefile

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