Skip to content

Resolve error for globstar workspaces #156

@lowlighter

Description

@lowlighter

Seems that if you use the newly supported globstar in workspaces from deno jsonc, there's some issue in discovering them during bundling:

error: WorkspaceDiscoverError(
    ResolveMember(
        NotFound {
            dir_url: Url {
                scheme: "file",
                cannot_be_a_base: false,
                username: "",
                password: None,
                host: None,
                port: None,
                path: "/vercel/path0/@mizu/*/",
                query: None,
                fragment: None,
            },
        },
    ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions