1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 06:57:26 +00:00
festa/.vscode/tasks.json

23 lines
No EOL
356 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "yarn",
"task": "db:generate",
"problemMatcher": [],
"label": "yarn db:generate"
},
{
"type": "yarn",
"task": "db:push",
"problemMatcher": [],
"label": "yarn: db:push"
},
{
"type": "yarn",
"task": "app:lint",
"problemMatcher": [],
"label": "yarn: app:lint"
}
]
}