UNPKG

@neo-one/simulation-template

Version:

NEO•ONE Simulation - Basic template for creating simulations.

8 lines (6 loc) 143 B
/* @flow */ import path from 'path'; export default { templateDir: path.resolve(__dirname, '..', 'template'), skipNetworkCreate: true, };