Configuration run per module
Answered
Hi!
I have a project where exist two modules: the first one written is Scala (PlayFramework) and another written in JavaScript (EmberJS). I would like to create a compound configuration and run both modules at the same time. My repository structure:
/project/server --- PlayFramework module
/project/client -- EmberJS module
Is there a way to configure a configuration to run from a specific directory (e.g. /project/client)?
Please sign in to leave a comment.
The specific configurations you create usually allow to specify the module to use and/or the working directory.
Oh, I see. Unfortunatelly, the Ember Serve configuration does not provide the selection. Shame ;)