You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use lcm create foo, one of the files it generates is server.js in the top-level directory. If I then issue lcm server, it does not execute that server.js (but it does execute one deep inside locomotive). I can node server.js, but that doesn't seem right. Thing is, the one inside locomotive does a lot more work.
What's the right thing to do here?
The text was updated successfully, but these errors were encountered:
If I use lcm create foo, one of the files it generates is server.js in the top-level directory. If I then issue lcm server, it does not execute that server.js (but it does execute one deep inside locomotive). I can node server.js, but that doesn't seem right. Thing is, the one inside locomotive does a lot more work.
What's the right thing to do here?
The text was updated successfully, but these errors were encountered: