Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

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
1 check 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants