REFACTOR: Support bundling our admin section as an ember addon
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
const EmberAddon = require("ember-cli/lib/broccoli/ember-addon");
|
||||
|
||||
module.exports = function (defaults) {
|
||||
let app = new EmberAddon(defaults, {});
|
||||
|
||||
return app.toTree();
|
||||
};
|
||||
Reference in New Issue
Block a user