/[sudobot]/trunk/.vscode/launch.json
ViewVC logotype

Contents of /trunk/.vscode/launch.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 657 byte(s)
chore: add trunk
1 {
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