Update 07.12.2022
This commit is contained in:
10
Mobile/game-app/capacitor.config.ts
Normal file
10
Mobile/game-app/capacitor.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'de.leonhoppe.game',
|
||||
appName: 'GameApp',
|
||||
webDir: 'www',
|
||||
bundledWebRuntime: false
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user