feat: init client and desktop

This commit is contained in:
Arduinum
2025-12-28 19:25:23 +03:00
committed by Arduinum628
parent e757f03067
commit 541a44fa15
50 changed files with 15347 additions and 0 deletions

7
client/ionic.config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "client",
"integrations": {
"capacitor": {}
},
"type": "vue-vite"
}