init: 初始化

This commit is contained in:
ethan.chen
2025-06-13 13:56:26 +08:00
commit c60fde3321
11 changed files with 399 additions and 0 deletions

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

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

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

@@ -0,0 +1,6 @@
{
"deno.enablePaths": [
"./"
],
"editor.inlayHints.enabled": "off"
}