Skip to content

Instantly share code, notes, and snippets.

{
"folders": [
{
"path": "./",
"name": "🦷 Root"
},
{
"path": "./homepage-consumersite",
"name": "🏠 HomePage"
},
@fernandoabolafio
fernandoabolafio / revert-remix-imports.js
Created March 26, 2024 19:30
Rewrite rmx-cli imports to their orginal packages
/* eslint-disable no-param-reassign */
/**
* DESCRIPTION:
* This script reverts the imports from the centralized file created by https://github.com/kiliman/rmx-cli
*/
import fs from 'fs';
import path from 'path';