Maybe clean up

This commit is contained in:
Andras Schmelczer 2026-05-25 09:49:09 +01:00
parent 2165ed0c33
commit db8d4597df
40 changed files with 404 additions and 332 deletions

View file

@ -9,7 +9,7 @@ required client JavaScript.
## Setup
```sh
npm install
npm ci
npx playwright install --with-deps chromium # required before `npm run qa:overflow`
```