Files
HokmPlay/capacitor.config.ts
T

14 lines
273 B
TypeScript
Raw Normal View History

import type { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
appId: "com.bargevasat.app",
appName: "برگ وسط",
webDir: "out",
backgroundColor: "#060c1f",
android: {
backgroundColor: "#060c1f",
},
};
export default config;