mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-07 03:26:42 +08:00
20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "npm start",
|
|
"request": "launch",
|
|
"runtimeArgs": ["start"],
|
|
"runtimeExecutable": "npm",
|
|
"type": "node"
|
|
},
|
|
{
|
|
"name": "npm run build",
|
|
"request": "launch",
|
|
"runtimeArgs": ["run", "build"],
|
|
"runtimeExecutable": "npm",
|
|
"type": "node"
|
|
}
|
|
]
|
|
}
|