Skip to content

Commit e06589d

Browse files
committed
Update dev settings
1 parent 1fcd60d commit e06589d

1 file changed

Lines changed: 30 additions & 7 deletions

File tree

server/appsettings.Development.json

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"DetailedErrors": true,
32
"Logging": {
43
"LogLevel": {
54
"Default": "Information",
@@ -16,6 +15,36 @@
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": {
@@ -34,12 +63,6 @@
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": {

0 commit comments

Comments
 (0)