mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 18:58:34 +08:00
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = function(/* environment, appConfig */) {
|
||
|
return {};
|
||
|
};
|