dev tools remove it from rerfine project
i dont want to see dev tools of refine visible on the project
@refinedev/devtools dependency from your project. This was suggested as a temporary solution in a Github issue (https://github.com/refinedev/refine/issues/5211) and confirmed to work by a user in another Github issue (https://github.com/refinedev/refine/issues/5215).npm run refine dev -- --devtools=false as suggested in the same Github issue (https://github.com/refinedev/refine/issues/5211).@refinedev/core and the devtoolConfig prop is no longer supported for the configuration of the devtools. You can use the @tanstack/react-query-devtools in your app directly to use the devtools. For more information, please check out this documentation (https://refine.dev/docs/core/refine-component/#devtoolconfig).hideCodeViewerInProduction prop. This will only work in production mode. In development mode, the code viewer and the information block will always be visible. For more information, please check out this Discord support thread (ask-any-questionHow do I get rid of the annoying inferencer pop up?).@refinedev/devtoolsnpm run refine dev -- --devtools=false@refinedev/coredevtoolConfig@tanstack/react-query-devtoolshideCodeViewerInProduction