first commit and watchtower added

This commit is contained in:
2025-10-10 08:57:31 +02:00
commit 2f644afe60
6 changed files with 45 additions and 0 deletions

9
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"EditorConfig.EditorConfig",
// Code formatter using prettier
"esbenp.prettier-vscode"
]
}