Files
nx_post_support/.vscode/tasks.json
T
2025-09-07 07:18:18 +02:00

12 lines
187 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"label": "npm: build",
"path": "./"
}
]
}