Initial commit

This commit is contained in:
2026-02-08 18:37:13 +01:00
commit d11329e5a9
206 changed files with 3891 additions and 0 deletions

8
capacitor.config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"appId": "io.ionic.uselessunit",
"appName": "uselessunit",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "build",
"cordova": {}
}