-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteqfw.json
More file actions
43 lines (43 loc) · 1.23 KB
/
teqfw.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"@teqfw/di": {
"autoload": {
"ns": "TeqFw_Web",
"path": "./src",
"ext": "mjs"
},
"replaces": {
"front": {
"TeqFw_Core_Shared_Api_Util_Codec": "TeqFw_Web_Front_Util_Codec",
"TeqFw_Core_Shared_Api_Util_Crypto": "TeqFw_Web_Front_Util_Crypto",
"TeqFw_Web_Front_Api_Gate_IErrorHandler": "TeqFw_Web_Front_Mod_Gate_ErrorHandler",
"TeqFw_Web_Front_Api_Mod_Server_Connect_IState": "TeqFw_Web_Front_Mod_Server_Connect_State"
}
}
},
"@teqfw/core": {
"commands": [
"TeqFw_Web_Back_Cli_Server_Start",
"TeqFw_Web_Back_Cli_Server_Stop"
],
"plugin": {
"onInit": "TeqFw_Web_Back_Plugin_Init"
}
},
"@teqfw/web": {
"handlers": {
"TeqFw_Web_Back_App_Server_Handler_Config": {
"before": ["TeqFw_Web_Back_App_Server_Handler_Static"],
"spaces": ["cfg"]
},
"TeqFw_Web_Back_App_Server_Handler_Upload": {
"before": ["TeqFw_Web_Back_App_Server_Handler_Static"],
"spaces": ["upload"]
},
"TeqFw_Web_Back_App_Server_Handler_Static": {
"before": ["TeqFw_Web_Back_App_Server_Handler_Final"],
"spaces": ["src", "web"]
},
"TeqFw_Web_Back_App_Server_Handler_Final": {}
}
}
}