1
0
mirror of https://github.com/fatedier/frp synced 2025-10-12 21:22:46 +08:00
frp/web/frps/Makefile

14 lines
126 B
Makefile

.PHONY: dist build preview lint
build:
@npm run build
dev:
@npm run dev
preview:
@npm run preview
lint:
@npm run lint