UNPKG

395 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6var DEFAULT_FRAMEWORK_CONFIG = exports.DEFAULT_FRAMEWORK_CONFIG = {
7 port: 8000,
8 maxRequestBodyLength: 1e6,
9 minifyJs: false,
10 hotReload: false,
11 debug: false,
12 commonFileThreshold: 3,
13 clientReplace: {},
14 clientResolve: [],
15 absoluteComponentsDir: []
16};
17//# sourceMappingURL=defaultFrameworkConfig.js.map
\No newline at end of file