1
0
mirror of https://github.com/fatedier/frp.git synced 2025-06-09 11:18:23 +00:00

7 lines
63 B
Makefile
Raw Normal View History

2019-02-01 19:26:10 +08:00
.PHONY: dist build
build:
@npm run build
dev:
@npm run dev