1
0
mirror of https://github.com/fatedier/frp.git synced 2025-08-01 03:38:14 +00:00
Files
frp/web/frps/Makefile
2023-02-16 02:45:48 +08:00

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