Merge branch 'master' of github.com:LucasBrazi06/ev-simulator into rollup
[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 }