Multi-build support; tested successfully for Electron

This commit is contained in:
Matthew Raymer
2025-01-07 09:40:31 +00:00
parent 8b77d2b573
commit ff4e23517b
75 changed files with 29022 additions and 24052 deletions

10
capacitor.config.ts Normal file
View File

@@ -0,0 +1,10 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'app.timesafari.app',
appName: 'TimeSafari',
webDir: 'dist',
bundledWebRuntime: false,
};
export default config;