Skip to content

Commit 989ed4f

Browse files
committed
Merge branch 'dev' of github.com:fastify/fastify-vite into dev
2 parents b15b2bd + c8ccf65 commit 989ed4f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"editor.tabSize": 2,
3+
"[javascript]": {
4+
"editor.defaultFormatter": "vscode.typescript-language-features",
5+
},
6+
"javascript.format.semicolons": "remove",
7+
"typescript.format.semicolons": "remove",
8+
"javascript.preferences.quoteStyle": "auto",
9+
"typescript.preferences.quoteStyle": "auto"
10+
}

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,12 @@ MIT
4242
<br>
4343
<br>
4444

45-
**Happy Little Monoliths** is an upcoming ebook by the author of this plugin covering full stack development directly with Fastify and Vite, avoiding metaframeworks entirely.
45+
[**Happy Little Monoliths** is out!](https://hire.jonasgalvez.com.br/happy-little-monoliths)
4646

4747
<a href="https://hire.jonasgalvez.com.br/happy-little-monoliths">
4848
<img width="250" alt="Screenshot 2024-09-22 at 23 54 20" src="https://github.com/user-attachments/assets/f12e72f7-a429-433e-a3fc-0b90b15f4a5d">
4949
</a>
5050

51-
<br>
52-
<br>
53-
54-
[Learn more and pre-order here](https://hire.jonasgalvez.com.br/happy-little-monoliths).
55-
5651
</td>
5752

5853
</tr>

0 commit comments

Comments
 (0)