mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-05 10:36:46 +08:00
Add build configuration
This commit is contained in:
parent
e6e4bc5d13
commit
13490c2e56
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@ -2,11 +2,18 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch via NPM",
|
||||
"name": "npm start",
|
||||
"request": "launch",
|
||||
"runtimeArgs": ["start"],
|
||||
"runtimeExecutable": "npm",
|
||||
"type": "node"
|
||||
},
|
||||
{
|
||||
"name": "npm run build",
|
||||
"request": "launch",
|
||||
"runtimeArgs": ["run", "build"],
|
||||
"runtimeExecutable": "npm",
|
||||
"type": "node"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user