formatting

This commit is contained in:
lila 2026-04-28 13:18:18 +02:00
parent 2ff7d1759e
commit 4f59f3bc14
23 changed files with 994 additions and 3338 deletions

View file

@ -1,6 +1,6 @@
# Ticket Blueprint
Two formats depending on task type. Choose based on whether a meaningful
Two formats depending on task type. Choose based on whether a meaningful
decision between options was made.
---

View file

@ -87,9 +87,7 @@ pass init <your-key-id>
Replace the entire file contents with:
```json
{
"credsStore": "pass"
}
{ "credsStore": "pass" }
```
### 6. Re-login to registries

View file

@ -136,7 +136,7 @@ Rejected because: coercion is for untrusted or uncontrolled inputs (form fields,
6. In `apps/web/src/components/game/GameSetup.tsx`:
- Update `SettingGroup` props to accept `string | number`:
```ts
type SettingGroupProps = {
options: readonly (string | number)[];