feat: migrated packages to ts
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -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}"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user