feat: initialize project with core configuration files and Docker setup

This commit is contained in:
ɧσℓσ
2025-09-29 21:44:59 +02:00
commit f6a3c80d96
22 changed files with 7545 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[
{
"name": "Mon Projet Example",
"projectId": "namespace/group/project-name",
"categoryId": "123456789012345678",
"boardIds": [123, 456]
},
{
"name": "Autre Projet",
"projectId": "autre-namespace/autre-projet",
"categoryId": "987654321098765432",
"boardIds": [789]
},
{
"name": "Projet Secondaire",
"projectId": "autre-namespace/projet-secondaire",
"categoryId": "9876543210987654321",
"boardIds": []
}
]