mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:40:42 +08:00
ccf0b61fe3
No need for a build step here, since the helpers are all simple js.
5 lines
114 B
JavaScript
5 lines
114 B
JavaScript
"use strict";
|
|
|
|
const { addonV1Shim } = require("@embroider/addon-shim");
|
|
module.exports = addonV1Shim(__dirname);
|