Add Capacitor Android project and config
This commit is contained in:
10
capacitor.config.json
Normal file
10
capacitor.config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"appId": "com.lab484.signalelsewhere",
|
||||
"appName": "SignalElsewhere",
|
||||
"webDir": "www",
|
||||
"bundledWebRuntime": false,
|
||||
"server": {
|
||||
"hostname": "localhost",
|
||||
"androidScheme": "file"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user