IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

chore: update default app data output path to reflect remote repos #2269

Closed jfmcquade closed 3 months ago

jfmcquade commented 3 months ago

PR Checklist

Description

Previously, all deployment configs for remote repos needed to specify a config value for app_data.output_path, namely "./app_data". Now that all deployments have associated remote repos, the default value should be updated so that such configs no longer need to specify the value explicitly.

Git Issues

Closes #

chrismclarke commented 3 months ago

As the changes impact the default values I think you basically just want to check the compiled json file .idems_app\deployments\debug\config.json before and after to see if the compiled app data output path is correct

If no changes have been made to the config file a cached version will be used, although removing the property in the main config.ts should be enough to force recompilation. You can also manually remove compiled versions by deleting both the .idems_app\deployments\debug\config.json file