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

After the app is built, does the API still listen in some port? #432

Open
brunolm opened this issue Dec 13, 2023 · 1 comment
Open

After the app is built, does the API still listen in some port? #432

brunolm opened this issue Dec 13, 2023 · 1 comment
Assignees

Comments

@brunolm
Copy link

brunolm commented Dec 13, 2023

In development I can access the API at :8888, but when I'm running the built thing this port is not accessible. Does it keep the API listening in some port still?

@bm777
Copy link
Collaborator

bm777 commented Dec 14, 2023

In prod, you are not using that port anymore. In prod, the app is running via the static HTML file generated by the build command and they are in app/ folder.

Screenshot 2023-12-14 at 04 55 29

Here box.html was my /pages/box.jsx file transformed.

@bm777 bm777 self-assigned this Dec 14, 2023
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

2 participants