libsql-js
libsql-js copied to clipboard
fix: use static strings in `require` to prevent bundle issues
resolves #185
This PR changes the require from dynamic variables to static strings to avoid bundle issues.
It shouldn't affect runtime behavior, so it should be safe to merge ❤️