Open jrson83 opened 1 year ago
It would be great if howfat supports pnpm workspaces.
"dependencies": { "@example/core": "workspace:*" },
Running howfat local inside a monorepo package using "workspace:*", currently throws an error.
"workspace:*"
Error: Unsupported URL Type "workspace:": workspace:*
I have no plans to implement pnpm-specific features. Anyway, such a PR is appreciated.
It would be great if howfat supports pnpm workspaces.
Running howfat local inside a monorepo package using
"workspace:*"
, currently throws an error.