node.js entrypoint

This commit is contained in:
Michael Bradley, Jr 2018-07-06 10:10:28 -05:00
parent 2d41668f2f
commit 31fb2e30fc
1 changed files with 1 additions and 0 deletions

1
src/index.js Normal file
View File

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