Files
fatedier e8dfd6efcc
Close stale issues and PRs / stale (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
web/frpc: use static imports for proxy and visitor route components (#5286)
2026-04-14 01:18:31 +08:00
..

frpc-dashboard

Project Setup

yarn install

Compile and Hot-Reload for Development

make dev

Type-Check, Compile and Minify for Production

make build

Lint with ESLint

make lint