This commit is contained in:
msuthar09 2022-12-06 15:30:34 -05:00
parent b04b4fd066
commit 3a3dc62708

View File

@ -40,6 +40,7 @@ jobs:
app_location: '/' # App source code path
api_location: '' # Api source code path - optional
output_location: '' # Built app content directory - optional
app_build_command: 'pnpm build'
env: # Add environment variables here
IS_STATIC_EXPORT: true
###### End of Repository/Build Configurations ######