Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve error for globstar workspaces #156

Open
lowlighter opened this issue Nov 30, 2024 · 0 comments
Open

Resolve error for globstar workspaces #156

lowlighter opened this issue Nov 30, 2024 · 0 comments

Comments

@lowlighter
Copy link

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,
            },
        },
    ),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant