Release v0.1.0 2026-07-10
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import type { CapacitorConfig } from "@capacitor/cli";
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: "com.phenomrom.iwanttoheal",
|
||||
appName: "I Want To Heal",
|
||||
webDir: "dist",
|
||||
android: {
|
||||
backgroundColor: "#030706",
|
||||
allowMixedContent: false,
|
||||
captureInput: true,
|
||||
webContentsDebuggingEnabled: false,
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user