Commits
Click on a commit to change the comparison rangeMerge branch 'main' into alextzimas/refactor-common-lib-move-to-ooo Fix test - new mock for rpcSelector Fix webpack config - load env variables explicitly Remove unused reemnant of rpcselector feat(server-portal): create ConfigurationLoader (#327)
A utility class that makes it safer to load the environment
variables of the project.
By using this class, we can ensure that the environment
variables are loaded correctly and their data types are
correct.
---------
Co-authored-by: giac-mysten <124184614+giac-mysten@users.noreply.github.com> Fix code scanning alert no. 2: Incomplete string escaping or encoding
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Rename checkForErrors to checkRedirectLimits Rename PageFetcher to UrlFetcher
Update its' functions to depict the
new name.