From 8531e8e7b0ebdd5bbb00758d0c33c0628b3985d4 Mon Sep 17 00:00:00 2001 From: Assel Meher Date: Wed, 4 Feb 2026 17:48:36 +0100 Subject: [PATCH] chore: remove frontend section from AGENTS.md (#20675) --- AGENTS.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 74f56726f6..7c784d7cb3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,20 +15,6 @@ make lint # run all linters (use in CI-like environment) make format # format code (gofmt and goimports) ``` -### Building the Frontend - -The Loki UI/frontend (different from the query-frontend) is located in pkg/ui/frontend and is built with [Vite](https://vitejs.dev/). -From pkg/ui/frontend, you can use the following commands. - -```bash -make build # build the frontend -make check-deps # check for vulnerabilities in the frontend dependencies -make clean # clean the frontend -make dev # start the frontend in development mode -make lint # lint the frontend code -make test # run the frontend tests -``` - ## Code Style Guidelines - Follow standard Go formatting (gofmt/goimports) - Import order: standard lib, external packages, then Loki packages