Files
trading_bot_v3/.vscode/tasks.json

14 lines
191 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Build Next.js app",
"command": "npm run build",
"group": "build",
"problemMatcher": [
"$tsc"
]
}
]
}