343bcdc254bf9bcc46d0f807ae8c3e4bb2898298
[e-mobility-charging-stations-simulator.git] / .vscode / tasks.json
1 {
2 "version": "2.0.0",
3 "tasks": [
4 {
5 "label": "Build",
6 "type": "npm",
7 "script": "build"
8 }
9 ]
10 }