Initial commit

This commit is contained in:
Yaser
2026-08-13 20:00:11 +03:30
commit b7d0fcf68b
2029 changed files with 126991 additions and 0 deletions

20
capacitor.config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"appId": "odax.openware.work",
"appName": "Fibitex",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "build",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"ios": {
"contentInset": "always"
},
"linuxAndroidStudioPath": "/snap/bin/android-studio",
"cordova": {},
"server": {
"hostname": "odax.openware.work"
}
}