Add mobile store artifact automation

This commit is contained in:
Jeppe Bundgaard
2026-07-02 11:11:52 +02:00
parent 94036a31e5
commit 2db4497385
580 changed files with 2833 additions and 99360 deletions
+12
View File
@@ -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;