1
0

Add Capacitor Android project and config

This commit is contained in:
avi
2026-05-17 17:21:05 -05:00
parent 1867dde8cb
commit ca8df5531d
57 changed files with 2082 additions and 0 deletions

10
capacitor.config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"appId": "com.lab484.signalelsewhere",
"appName": "SignalElsewhere",
"webDir": "www",
"bundledWebRuntime": false,
"server": {
"hostname": "localhost",
"androidScheme": "file"
}
}