File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "DetailedErrors" : true ,
32 "Logging" : {
43 "LogLevel" : {
54 "Default" : " Information" ,
1615 "Path" : " assets/{**catch-all}"
1716 }
1817 },
18+ "angularfsdev" : {
19+ "ClusterId" : " cluster1" ,
20+ "Match" : {
21+ "Path" : " @fs/{**catch-all}"
22+ }
23+ },
24+ "angularngdev" : {
25+ "ClusterId" : " cluster1" ,
26+ "Match" : {
27+ "Path" : " @ng/{**catch-all}"
28+ }
29+ },
30+ "vitedev" : {
31+ "ClusterId" : " cluster1" ,
32+ "Match" : {
33+ "Path" : " @vite/{**catch-all}"
34+ }
35+ },
36+ "wssvite" : {
37+ "ClusterId" : " cluster1" ,
38+ "Match" : {
39+ "Path" : " /" ,
40+ "QueryParameters" : [
41+ {
42+ "Name" : " token" ,
43+ "Mode" : " Exists"
44+ }
45+ ]
46+ }
47+ },
1948 "routealljs" : {
2049 "ClusterId" : " cluster1" ,
2150 "Match" : {
3463 "Path" : " /src_{nomatterwhat}_ts.js"
3564 }
3665 },
37- "signalr" : {
38- "ClusterId" : " cluster1" ,
39- "Match" : {
40- "Path" : " /ng-cli-ws"
41- }
42- },
4366 "webpacknodesrcmap" : {
4467 "ClusterId" : " cluster1" ,
4568 "Match" : {
You can’t perform that action at this time.
0 commit comments