Files
meteor/tools/index.js
Slava Kim 49a7088c30 Create a folder "tool-env"
Contains uninteresting setup and cleanup files
2015-07-31 18:38:25 -07:00

6 lines
134 B
JavaScript

// Set up the Babel transpiler
require('./tool-env/install-babel.js');
// Run the Meteor command line tool
require('./cli/main.js');