chore: Update @antfu/eslint-config dependency to 2.11.4

This commit is contained in:
Joachim Van Herwegen
2024-03-29 10:18:21 +01:00
parent fa060b86f3
commit 7abca33b67
18 changed files with 2353 additions and 856 deletions

View File

@@ -56,7 +56,7 @@ The next step generates the token and assumes you have an authorization value as
```ts
// Now that we are logged in, we need to request the updated controls from the server.
// These will now have more values than in the previous example.
const indexResponse = await fetch('http://localhost:3000/.account/', {
const indexResponse = await fetch('http://localhost:3000/.account/', {
headers: { authorization: `CSS-Account-Token ${authorization}` }
});
const { controls } = await indexResponse.json();