Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working with node and web together #659

Closed
yanivefraim opened this issue Jun 19, 2016 · 1 comment
Closed

working with node and web together #659

yanivefraim opened this issue Jun 19, 2016 · 1 comment

Comments

@yanivefraim
Copy link

Issue description or question

I have a setup where I have with a fullstack application (node and web) opened together:

├── app/
│   ├── app-client/ 
│   │   ├── wallaby.js
│   ├── app-server/
│   │   ├── wallaby.js

Each project has completely different settings (on has webpack + react/angular and the second is using node).

I want to be able to open both from IDE and work with them together. Is it possible? (currently I see that only one wallaby.js is allowed). Can I have main wallaby.js file which will somehow be used for both sub wallaby.js files?

@ArtemGovorov
Copy link
Member

You may have multiple config files and run one or another, but at the moment running only one wallaby configuration at a time is supported (not both at the same time, unless you open them in 2 IDE instances). Feel free to subscribe to the feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants