6 lines
96 B
TypeScript

import eruda from 'vite-plugin-eruda';
export const ConfigEruda = () => {
return eruda();
};