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

hpm log with api prefix #476

Merged
merged 2 commits into from
Mar 6, 2023
Merged

Conversation

buzuosheng
Copy link
Contributor

When web-server runs, the previous log looked like this:

Type-checking in progress...
[HPM] Proxy created: /  -> http://127.0.0.1:3333/
[HPM] Proxy created: /  -> http://127.0.0.1:8081/
[HPM] Proxy created: /  -> http://127.0.0.1/
[HPM] Proxy created: /room  -> http://127.0.0.1:3005/
[HPM] Proxy created: /notification  -> http://127.0.0.1:3002/
> Ready on http://localhost:3000/

Now it is:

Type-checking in progress...
[HPM] Proxy created: /nest  -> http://127.0.0.1:3333/
[HPM] Proxy created: /api  -> http://127.0.0.1:8081/
[HPM] Proxy created: /fusion  -> http://127.0.0.1/
[HPM] Proxy created: /room  -> http://127.0.0.1:3005/
[HPM] Proxy created: /notification  -> http://127.0.0.1:3002/
> Ready on http://localhost:3000/

@CLAassistant
Copy link

CLAassistant commented Feb 28, 2023

CLA assistant check
All committers have signed the CLA.

@wangkailang wangkailang merged commit 51da85b into apitable:develop Mar 6, 2023
showlovetommy pushed a commit to showlovetommy/apitable that referenced this pull request Mar 7, 2023
When web-server runs, the previous log looked like this:
```
Type-checking in progress...
[HPM] Proxy created: /  -> http://127.0.0.1:3333/
[HPM] Proxy created: /  -> http://127.0.0.1:8081/
[HPM] Proxy created: /  -> http://127.0.0.1/
[HPM] Proxy created: /room  -> http://127.0.0.1:3005/
[HPM] Proxy created: /notification  -> http://127.0.0.1:3002/
> Ready on http://localhost:3000/
```
Now it is: 
``` 
Type-checking in progress...
[HPM] Proxy created: /nest  -> http://127.0.0.1:3333/
[HPM] Proxy created: /api  -> http://127.0.0.1:8081/
[HPM] Proxy created: /fusion  -> http://127.0.0.1/
[HPM] Proxy created: /room  -> http://127.0.0.1:3005/
[HPM] Proxy created: /notification  -> http://127.0.0.1:3002/
> Ready on http://localhost:3000/
```

Co-authored-by: Kilian <wangkailang@users.noreply.github.com>
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.

None yet

3 participants