Files
familysync/.playwright/cli.config.json
T
Lucas Berger 982438dc10 style(13-03): apply Prettier formatting across repo
Mechanical reformat — no logic changes. 398 files changed, 19125
insertions(+), 16457 deletions(-). Prettier 3.8.4 with .prettierrc
(singleQuote:true, semi:true, tabWidth:2, trailingComma:all,
printWidth:100). Isolated per D-13-08 for reviewability.
2026-06-11 20:35:18 -04:00

9 lines
111 B
JSON

{
"browser": {
"browserName": "chromium",
"launchOptions": {
"channel": "chromium"
}
}
}