mirror of
https://github.com/idootop/mi-gpt.git
synced 2026-06-12 21:01:24 +08:00
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Run",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/index.ts",
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/tsx",
|
|
"cwd": "${workspaceRoot}",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"envFile": "${workspaceFolder}/.env"
|
|
}
|
|
]
|
|
}
|