Updated all references from 'entryPointBaseUrl' to 'entrypointBaseUrl' in JavaScript and HTML files for consistency. This change ensures uniform naming across the codebase.
Corrects the path concatenation for python-worker.js by adding a missing slash, ensuring the worker script loads correctly regardless of the base URL format.
Introduces the entryPointBaseUrl property to configuration in index.html and flutter_bootstrap.js, and updates python.js to use this base URL when creating Python web workers. This change allows for more flexible deployment scenarios where the entry point base URL may differ.