mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
24 lines
No EOL
373 B
JSON
24 lines
No EOL
373 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"problemMatcher": [],
|
|
"label": "npm: dev",
|
|
"detail": "nuxt",
|
|
"group": "build"
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"script": "generate",
|
|
"problemMatcher": [],
|
|
"label": "npm: generate",
|
|
"detail": "nuxt generate",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |