I Want To Heal 2 build v1.0.0

This commit is contained in:
Warren H
2026-06-23 23:23:24 -04:00
parent 58e131d0b2
commit f1af450ffe
58 changed files with 2021 additions and 16 deletions
+13
View File
@@ -0,0 +1,13 @@
import type { CapacitorConfig } from '@capacitor/cli'
const config: CapacitorConfig = {
appId: 'com.phenomrom.iwanttoheal2',
appName: 'I Want To Heal 2',
webDir: 'dist',
bundledWebRuntime: false,
server: {
androidScheme: 'https',
},
}
export default config