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

12
client/ionic.starter.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Blank Starter",
"baseref": "main",
"tarignore": [
"node_modules",
"package-lock.json",
"www"
],
"scripts": {
"test": "npm run build && npm run test:unit -- --watch=false && npm i --no-save concurrently && ./node_modules/.bin/concurrently \"npm run dev\" \"npm run test:e2e\" --kill-others --success first"
}
}