colossal-harlequinC
Refine17mo ago
8 replies
colossal-harlequin

Better and quicker way to reproduce an issue on any frame work

Whenever I try to work on a problem with a specific stack, like if I want to work on
base-antd
, I use this command:
pnpm dev --scope @refinedev/antd --scope base-antd

or any other framework. I go through
pnpm-lock.yaml
and work on that particular base example. I've also tried setting up a custom project using the CLI and
npm link
to link the local package. I wanted to know if there is a faster or better way to quickly reproduce an issue?
Was this page helpful?