diff --git a/appflow.config.json b/appflow.config.json new file mode 100644 index 0000000..195aeca --- /dev/null +++ b/appflow.config.json @@ -0,0 +1,13 @@ +{ + "apps": + [ + { + "appId": "c5e12def", + "root": "frontend", + "dependencyInstallCommand": "npm install", + "webBuildCommand": "npm run build", + "iosPath": "frontend/ios", + "androidPath": "frontend/android" + } + ] +} \ No newline at end of file