Skip to content

Commit

Permalink
add appflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
hereAlexT committed Nov 30, 2023
1 parent f539abf commit 7b60fd6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appflow.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"apps":
[
{
"appId": "c5e12def",
"root": "frontend",
"dependencyInstallCommand": "npm install",
"webBuildCommand": "npm run build",
"iosPath": "frontend/ios",
"androidPath": "frontend/android"
}
]
}

0 comments on commit 7b60fd6

Please sign in to comment.