-
Notifications
You must be signed in to change notification settings - Fork 53
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: replace http-serve with serve package #122
Conversation
Replaces the http-serve package to properly handle the single page routing
Thank @matmertz25 , this is great you are doing exactly what I intended here. Please do solve the |
Great work! This should be the same problem we encountered. I tested this commit to fix it. |
Also on my computer (windows 10), |
Oh also could you please commit the |
Co-authored-by: Vojtech Simetka <[email protected]> (+1 squashed commit) Squashed commits: [d73baf4] Update serve.js Co-authored-by: Vojtech Simetka <[email protected]>
5a5b117
to
d6d91a0
Compare
Replaces the http-serve package to properly handle the single page routing.
/
when refreshing page #96 to handle refreshes on the single page applicationserve
package will select an alternative port other than 8080 if it is not available.