mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
7 lines
71 B
Makefile
7 lines
71 B
Makefile
.PHONY: dist build
|
|
|
|
build:
|
|
@npm run build
|
|
|
|
dev: install
|
|
@npm run dev
|