mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(android): support TypeScript 7 builds
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"appId": "fivechan.android",
|
||||
"appName": "5chan",
|
||||
"webDir": "build",
|
||||
"plugins": {
|
||||
"CapacitorHttp": {
|
||||
"enabled": false
|
||||
},
|
||||
"FileUploader": {
|
||||
"enabled": true
|
||||
},
|
||||
"StatusBar": {
|
||||
"style": "Dark",
|
||||
"backgroundColor": "#000000",
|
||||
"overlay": false
|
||||
},
|
||||
"EdgeToEdge": {
|
||||
"backgroundColor": "#000000"
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
"androidScheme": "https"
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
import { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'fivechan.android',
|
||||
appName: '5chan',
|
||||
webDir: 'build',
|
||||
plugins: {
|
||||
CapacitorHttp: {
|
||||
enabled: false,
|
||||
},
|
||||
FileUploader: {
|
||||
enabled: true,
|
||||
},
|
||||
StatusBar: {
|
||||
style: 'Dark',
|
||||
backgroundColor: '#000000',
|
||||
overlay: false,
|
||||
},
|
||||
EdgeToEdge: {
|
||||
backgroundColor: '#000000',
|
||||
},
|
||||
},
|
||||
server: {
|
||||
androidScheme: 'https',
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user