aws amplify framework there is a common bug, which all frameworks have to fix somehow:global is not definedindex.html, which is how I fixed this in good old solid-js. With solid-start we don't have an index.html any more and this variable needs to exist before the page is rendered (putting it into root.tsx is not enough.)/src/polyfills.ts. Do we have something comparable in solid-start ?