和deno斗争

This commit is contained in:
CrescentLeaf
2025-12-06 01:39:47 +08:00
parent a549773eb2
commit 6ca9946499
9 changed files with 105 additions and 115 deletions

14
.vscode/launch.json vendored
View File

@@ -1,14 +0,0 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "deno task build-and-run-server",
"name": "Run debug",
"request": "launch",
"type": "node-terminal",
},
]
}