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

fix: port binding and multiple endpoint (#480) #481

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

oklas
Copy link

@oklas oklas commented Feb 17, 2023

Closes #480

@oklas
Copy link
Author

oklas commented Feb 20, 2023

Installing before publishing is a little tricky due to lerna.

It may be solved by adding to package.json something like this:

  "dependencies": {
    "micro": "file:./micro/packages/micro/micro-v10.0.1.tgz"
  },
  "scripts": {
    "preinstall": "if [ ! -d ./micro ]; then git clone --depth 1 --branch patch-1 https://github.com/oklas/micro; (cd micro/packages/micro && yarn && yarn build && yarn pack) ; fi"
  }

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

Successfully merging this pull request may close these issues.

Port binding is not working and multiple endpoint is broken
1 participant