mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:50:45 +08:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = {
|
||
|
name: require("./package").name,
|
||
|
options: {},
|
||
|
isDevelopingAddon() {
|
||
|
return true;
|
||
|
},
|
||
|
};
|