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: use correct settings for server launch config #17

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

neilcampbell
Copy link
Contributor

Fix the settings for the server launch configuration.

I also noticed that source maps are referenced in the bundled algosdk source, however are not included.
This results in warnings being printed to console when launching the "Server" configuration.

Copy link
Contributor

@jasonpaulos jasonpaulos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks correct.

As for algosdk source maps, for that to work we'd have to include both the source maps and the actual source files, while making sure the source maps have the right path to the sources. Since vendoring the algosdk code is meant to be a short-term measure, I wasn't sure the benefit would be worth it. Let me know if you disagree.

@jasonpaulos jasonpaulos merged commit 287f640 into algorand:main Dec 5, 2023
2 checks passed
@neilcampbell
Copy link
Contributor Author

@jasonpaulos Yeah I'm fine with that. Another alternative is to remove the //# sourceMappingURL= comment from all the js files.

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.

2 participants