feat(android): add capacitor wrapper project

This commit is contained in:
DeskClaw Bot
2026-04-21 16:15:22 +00:00
Unverified
parent 3075310961
commit 60432833f2
5 changed files with 105 additions and 0 deletions

View 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