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

7 lines
63 B
Makefile
Raw Permalink Normal View History

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