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

Allow built server code to run locally #78

Open
osdiab opened this issue Jul 24, 2018 · 0 comments
Open

Allow built server code to run locally #78

osdiab opened this issue Jul 24, 2018 · 0 comments

Comments

@osdiab
Copy link
Member

osdiab commented Jul 24, 2018

Right now it works if you run with ts-node without building, but if you try to run the built code directly it'll crash since it can't find any of the packages yarn hoists as part of the workspaces flow.

When you deploy the server it all works because it'll install those dependencies to a local node_modules instead on the remote machine. So this is relatively low pri (you can dev with ts-node and deploy properly) but it is odd that dependencies don't resolve in that way.

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

No branches or pull requests

1 participant