Add capacitor support, first working build

This commit is contained in:
0d0 2025-02-26 02:56:35 +01:00
parent e525eb8a41
commit b2797e3076
58 changed files with 2069 additions and 2 deletions

9
capacitor.config.ts Normal file
View file

@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'it.emersa.dl',
appName: 'scaricatore',
webDir: 'build'
};
export default config;