Files
frp/web/frps
fatedier 5c6d761c12
golangci-lint / lint (push) Canceled after 0s
chore(web): upgrade frontend dependencies (#5454)
2026-07-28 19:36:44 +08:00
..

frps-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