Does exp support running a specific app.json file?

Hey everyone,

I’m using the same code base for two apps, having two app.json files.

When running the exp commands like exp start/publish/build - is there any way to specify a specific app.json file by a parameter? Will save me the file renaming…

Thanks,

Nir

1 Like

Hi! You can use the --config option. From exp start --help:

--config [file]       Specify a path to app.json

Thanks!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.