Skip to content

Instantly share code, notes, and snippets.

View thetom88's full-sized avatar

Tommaso Capelli thetom88

View GitHub Profile
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.
*/