Add capacitor support, first working build
This commit is contained in:
parent
e525eb8a41
commit
b2797e3076
58 changed files with 2069 additions and 2 deletions
9
capacitor.config.ts
Normal file
9
capacitor.config.ts
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue