This file contains 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
const proxy = require('proxy-middleware'); | |
import { join } from 'path'; | |
import { argv } from 'yargs'; | |
import { SeedConfig } from './seed.config'; | |
/** | |
* This class extends the basic seed configuration, allowing for project specific overrides. A few examples can be found | |
* below. | |
*/ |