chore: initialize repo

This commit is contained in:
Lukas Wölfer
2026-03-02 19:54:48 +01:00
commit 759ea22b4d
8 changed files with 555 additions and 0 deletions

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

@@ -0,0 +1,5 @@
{
"recommendations": [
"denoland.vscode-deno"
]
}

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"deno.enable": true,
"deno.lint": true,
}