feat: Add new emoji assets and an UpdateBanner component.
Some checks failed
Build and Release / build-and-release (push) Failing after 3m28s
Some checks failed
Build and Release / build-and-release (push) Failing after 3m28s
This commit is contained in:
18
apps/android/capacitor.config.ts
Normal file
18
apps/android/capacitor.config.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.yourorg.discordclone',
|
||||
appName: 'Discord Clone',
|
||||
webDir: '../web/dist',
|
||||
server: {
|
||||
androidScheme: 'http',
|
||||
cleartext: true,
|
||||
},
|
||||
plugins: {
|
||||
App: {
|
||||
// Handle back button in Android
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user