init
This commit is contained in:
22
frontend/capacitor.config.ts
Normal file
22
frontend/capacitor.config.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import type { CapacitorConfig } from "@capacitor/cli";
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: "com.alpinbet.app",
|
||||
appName: "Антигол",
|
||||
webDir: ".output/public",
|
||||
bundledWebRuntime: false,
|
||||
server: {
|
||||
androidScheme: "https"
|
||||
},
|
||||
plugins: {
|
||||
SplashScreen: {
|
||||
launchAutoHide: true,
|
||||
launchShowDuration: 0
|
||||
},
|
||||
PushNotifications: {
|
||||
presentationOptions: ["badge", "sound", "alert"]
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user