initial commit

This commit is contained in:
Luca
2026-06-04 22:21:53 +00:00
commit b75e84dec2
4 changed files with 56 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "cds watch",
"command": "cds watch",
}
]
}