Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Feb 14, 2024
1 parent ebcde6c commit c41be29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/format/temp.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"foo": "bar"}
{ "foo": "bar" }
17 changes: 10 additions & 7 deletions packages/mock-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ const app = await createMockServer({
})

// Start the server
serve({
fetch: app.fetch,
port: 3000,
}, (info) => {
console.log(`Listening on http://localhost:${info.port}`)
})
```
serve(
{
fetch: app.fetch,
port: 3000,
},
(info) => {
console.log(`Listening on http://localhost:${info.port}`)
},
)
```
8 changes: 0 additions & 8 deletions scalar.config.json

This file was deleted.

0 comments on commit c41be29

Please sign in to comment.