feat: migrated packages to ts

This commit is contained in:
Haoyu Xu
2025-05-02 02:27:42 +08:00
parent 0af0c785d4
commit 8f6f537c81
111 changed files with 3166 additions and 1155 deletions

10
.vscode/launch.json vendored
View File

@@ -1,5 +1,6 @@
{
"configurations": [
{
"name": "Launch Chrome",
"request": "launch",
@@ -110,6 +111,15 @@
"request": "launch",
"command": "pnpm run deploy",
"cwd": "${workspaceFolder}"
},{
"type": "bun",
"name": "Run Script: build",
"request": "launch",
"env": {
"mode": "build"
},
"program": "index.ts",
"cwd": "${workspaceFolder}"
},
]
}