Cleanups
[poolifier.git] / .vscode / tasks.json
1 {
2 "version": "2.0.0",
3 "tasks": [
4 {
5 "label": "Build",
6 "type": "npm",
7 "script": "build:prod"
8 },
9 {
10 "label": "Development build",
11 "type": "npm",
12 "script": "build"
13 }
14 ]
15 }