diff options
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 4ce44cd..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "type": "npm", - "script": "build", - "group": { - "kind": "build", - "isDefault": true - }, - "label": "Build Development", - "options": { - "env": { - "NODE_ENV": "development" - } - } - }, - { - "type": "npm", - "script": "build", - "group": "build", - "label": "Build Production", - "options": { - "env": { - "NODE_ENV": "production" - } - } - }, - { - "type": "npm", - "script": "start", - "label": "Serve", - "options": { - "env": { - "NODE_ENV": "development" - } - }, - "problemMatcher": [] - } - ] -}
\ No newline at end of file |