diff --git a/client/capacitor.config.ts b/client/capacitor.config.ts new file mode 100644 index 0000000..1761604 --- /dev/null +++ b/client/capacitor.config.ts @@ -0,0 +1,12 @@ +import type { CapacitorConfig } from '@capacitor/cli' + +const config: CapacitorConfig = { + appId: 'com.appetito.app', + appName: 'Appetito', + webDir: 'dist', + android: { + allowMixedContent: true, + }, +} + +export default config diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..d5a7eaa --- /dev/null +++ b/client/index.html @@ -0,0 +1,12 @@ + + +
+ + +{error}
} +{recipe.whyThisRecipe}
+ +{error}
} + {success &&Connessione riuscita
} + + + + +