Files
frp/web/frps
fatedier 381245a439
golangci-lint / lint (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
build: add noweb tag to allow building without frontend assets (#5189)
2026-03-02 01:32:19 +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