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

23 lines
356 B
JSON
Raw Normal View History

2022-06-02 15:03:28 +00:00
{
"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"
}
]
}