|
|
|
|
|
by mileswjohnson
1218 days ago
|
|
Gotcha. While moon doesn't solve this directly, you do have a few options here: - Use git submodules. Have the node repo have a submodule on the app repo. - Publish the shared code to a private registry (like github's package registry), and pull it in as an npm package. |
|