mirror of
https://github.com/tonytins/tonybark.com.git
synced 2025-03-15 07:21:21 +00:00
22 lines
264 B
JSON
22 lines
264 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "npm install",
|
||
|
"command": "npm",
|
||
|
"type": "process",
|
||
|
"args": [
|
||
|
"install"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"label": "npm dev",
|
||
|
"command": "npm",
|
||
|
"type": "process",
|
||
|
"args": [
|
||
|
"run",
|
||
|
"dev"
|
||
|
]
|
||
|
},
|
||
|
]
|
||
|
}
|