mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 17:02:35 +08:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
name: require("./package").name,
|
|
options: {},
|
|
isDevelopingAddon() {
|
|
return true;
|
|
},
|
|
};
|