I am trying to use webstudio cli to get the static build (templates:ssg), its working fine in local environment but the config json file cant be fetched while running the same on remote environments or UATs . what could be the issue? what could I be doing wrong ?
Other small questions -
- whats the difference between GLOBAL_CONFIG_FILE_NAME = "webstudio-config.json" AND LOCAL_CONFIG_FILE = ".webstudio/config.json" ??
- What's exactly stored in these config files? are they project specific ?