cgserver 8.9.4 → 8.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,6 +34,7 @@ class WebServerConfig {
34
34
  //默认不跨域
35
35
  cors = null;
36
36
  static = null;
37
+ rootview = "";
37
38
  }
38
39
  exports.WebServerConfig = WebServerConfig;
39
40
  class FrameworkConfig extends Config_1.Config {
@@ -44,6 +44,7 @@ export declare class WebServerConfig {
44
44
  route: string;
45
45
  path: string;
46
46
  }[];
47
+ rootview: string;
47
48
  }
48
49
  export declare class FrameworkConfig extends Config {
49
50
  console_level: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cgserver",
3
- "version": "8.9.4",
3
+ "version": "8.9.5",
4
4
  "author": "trojan",
5
5
  "type": "commonjs",
6
6
  "description": "free for all.Websocket or Http",