core icon indicating copy to clipboard operation
core copied to clipboard

Fix unresolved types in `configure`

Open james-pre opened this issue 1 year ago • 0 comments

Attempting to use configure with backend options gives an error with the type.

You can get around it by casting to BackendConfiguration, like this:

await config({ '/data': <BackendConfiguration>{ backend: WebAccess, handle: dir, } }) Which should not be needed.

james-pre avatar May 02 '24 15:05 james-pre