From 7b60fd6df75d62fa53e2c899688b5d1bd47c934f Mon Sep 17 00:00:00 2001 From: Alex T <79433869+hereAlexT@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:19:23 +1100 Subject: [PATCH] add appflow config --- appflow.config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 appflow.config.json 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