Ryan Lee
Ryan Lee
Cannot be dynamically imported On Mon, Jul 7, 2025, 12:35 p.m. Nathan Rajlich ***@***.***> wrote: > *TooTallNate* left a comment (TooTallNate/proxy-agents#375) > > > Curious - what is the issue...
Doesn't turbo already solve this? ```json { "$schema": "https://turbo.build/schema.json", "extends": ["//"], "tasks": { "build": { "dependsOn": ["^build"], "inputs": [".papi/metadata/*", ".papi/polkadot-api.json", "package.json"], "outputs": [".papi/descriptors"] } } } ```
related: https://github.com/paritytech/substrate-connect/issues/2607
the package is also busted. it doesnt have "type module" import specifiers think its cjs. https://arethetypeswrong.github.io/?p=%40powersync%2Fdrizzle-driver%400.4.0
Can't you just add `?sslmode=require` to the end of the url?