feat(android): add capacitor wrapper project
This commit is contained in:
14
mobile/capacitor.config.ts
Normal file
14
mobile/capacitor.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli'
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'dev.deskclaw.app',
|
||||
appName: 'DeskClaw',
|
||||
webDir: 'www',
|
||||
bundledWebRuntime: false,
|
||||
server: {
|
||||
androidScheme: 'https',
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user