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)?

0
2 comments

The specific configurations you create usually allow to specify the module to use and/or the working directory.

0
Avatar
Permanently deleted user

Oh, I see. Unfortunatelly, the Ember Serve configuration does not provide the selection. Shame ;)

0

Please sign in to leave a comment.