UNPKG

171 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 server: {
5 configuration: {},
6 context: {}
7 },
8 client: {
9 configuration: {},
10 context: {}
11 }
12};
\No newline at end of file