This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"folders": [ | |
{ | |
"path": "./", | |
"name": "🦷 Root" | |
}, | |
{ | |
"path": "./homepage-consumersite", | |
"name": "🏠 HomePage" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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'; |
OlderNewer