mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
new frps dashboard
This commit is contained in:
9
web/frps/Makefile
Normal file
9
web/frps/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
.PHONY: dist build
|
||||
install:
|
||||
@npm install
|
||||
|
||||
dev: install
|
||||
@npm run dev
|
||||
|
||||
build:
|
||||
@npm run build
|
Reference in New Issue
Block a user