Add mobile store artifact automation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { CapacitorConfig } from "@capacitor/cli";
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: "io.truckwash.twa",
|
||||
appName: "Truck Wash",
|
||||
webDir: "dist",
|
||||
server: {
|
||||
androidScheme: "https",
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user