Set default build command

This commit is contained in:
Sam Carlton 2020-09-15 20:21:40 -05:00
parent b7da76ec3a
commit 44b386e891

16
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "npm: dev",
"detail": "nuxt",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}