node entrypoint -- corresponds to "main" in pkg.json

This commit is contained in:
Michael Bradley, Jr 2018-07-16 17:08:22 -05:00
parent 7c6d46c20d
commit b6c0c429de
1 changed files with 1 additions and 0 deletions

1
src/node/index.js Normal file
View File

@ -0,0 +1 @@
module.exports = require('../embark').default;