VEL-Connect/velconnect-npm/.vscode/tasks.json

14 lines
425 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build Pocketbase Types",
"type": "shell",
"command": "npm run generate-types",
"detail": "Generates pocketbase types from types/exported_schema.json",
"problemMatcher": []
}
]
}