draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
var HPM = require('./lib')
|
||||
|
||||
module.exports = function(context, opts) {
|
||||
return new HPM(context, opts)
|
||||
}
|
||||
Reference in New Issue
Block a user