Given that the yarn dev command essentially involves the sequential execution of different commands, it could potentially replace or be mentioned in addition to the individual commands. For debugging workflows, especially when running in Docker, the .data folder can be wiped. Therefore, it might be valuable to include an additional tooltip like rm -rf ./.data && yarn dev as a convenient shortcut.
Given that the
yarn devcommand essentially involves the sequential execution of different commands, it could potentially replace or be mentioned in addition to the individual commands. For debugging workflows, especially when running in Docker, the.datafolder can be wiped. Therefore, it might be valuable to include an additional tooltip likerm -rf ./.data && yarn devas a convenient shortcut.