Skip to content

Commit

Permalink
Changed entry from src to app
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhool committed Mar 30, 2017
1 parent 56b4294 commit fef40ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
process.env.NODE_ENV = process.env.NODE_ENV || 'development';

require('babel-register');
require('./src');
require('./app');

0 comments on commit fef40ee

Please sign in to comment.