/[sudobot]/branches/9.x-dev/.vscode/launch.json
ViewVC logotype

Annotation of /branches/9.x-dev/.vscode/launch.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 657 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "version": "0.2.0",
3     "configurations": [
4     {
5     "name": "Launch",
6     "cwd": "${workspaceFolder}",
7     "command": "npm start",
8     "type": "node-terminal",
9     "request": "launch"
10     },
11     {
12     "name": "Launch via Bun",
13     "cwd": "${workspaceFolder}",
14     "command": "bun dev",
15     "type": "node-terminal",
16     "request": "launch"
17     },
18     {
19     "name": "Build",
20     "cwd": "${workspaceFolder}",
21     "command": "npm run build",
22     "type": "node-terminal",
23     "request": "launch"
24     }
25     ]
26     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26