File tree Expand file tree Collapse file tree 4 files changed +7
-32
lines changed Expand file tree Collapse file tree 4 files changed +7
-32
lines changed Original file line number Diff line number Diff line change 39
39
" node_modules"
40
40
]
41
41
},
42
- "browser" : " src/main.ts" ,
43
- "server" : " src/main.server.ts" ,
44
- "outputMode" : " static" ,
45
- "ssr" : {
46
- "entry" : " src/server.ts"
47
- }
42
+ "browser" : " src/main.ts"
48
43
},
49
44
"configurations" : {
50
45
"production" : {
164
159
]
165
160
},
166
161
"preserveSymlinks" : true ,
167
- "browser" : " projects/app-lob/src/main.ts" ,
168
- "server" : " projects/app-lob/src/main.server.ts" ,
169
- "outputMode" : " static" ,
170
- "ssr" : {
171
- "entry" : " projects/app-lob/src/server.ts"
172
- }
162
+ "browser" : " projects/app-lob/src/main.ts"
173
163
},
174
164
"configurations" : {
175
165
"production" : {
294
284
" node_modules"
295
285
]
296
286
},
297
- "browser" : " projects/app-crm/src/main.ts" ,
298
- "server" : " projects/app-crm/src/main.server.ts" ,
299
- "outputMode" : " static" ,
300
- "ssr" : {
301
- "entry" : " projects/app-crm/src/server.ts"
302
- }
287
+ "browser" : " projects/app-crm/src/main.ts"
303
288
},
304
289
"configurations" : {
305
290
"production" : {
Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ steps:
126
126
displayName: 'Update web.config file'
127
127
workingDirectory: ${{ parameters.workingDir }}
128
128
129
- - script : |
130
- mv "$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser/index.csr.html" "$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser/index.html"
131
- echo "File renamed successfully."
132
- displayName: Rename index.csr.html to index.html
129
+ # - script: |
130
+ # mv "$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser/index.csr.html" "$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser/index.html"
131
+ # echo "File renamed successfully."
132
+ # displayName: Rename index.csr.html to index.html
133
133
134
134
- script : |
135
135
sourcePath="$(Build.SourcesDirectory)/${{ parameters.targetFolder }}/browser"
Original file line number Diff line number Diff line change 20
20
</httpCompression >
21
21
<rewrite >
22
22
<rules >
23
- <!-- Remove trailing slash redirect -->
24
- <rule name =" Remove Trailing Slash" stopProcessing =" true" >
25
- <match url =" (.*)/$" />
26
- <action type =" Redirect" url =" {R:1}" redirectType =" Permanent" />
27
- </rule >
28
23
<rule name =" Angular Routes" stopProcessing =" true" >
29
24
<match url =" .*" />
30
25
<conditions logicalGrouping =" MatchAll" >
Original file line number Diff line number Diff line change 20
20
</httpCompression >
21
21
<rewrite >
22
22
<rules >
23
- <!-- Remove trailing slash redirect -->
24
- <rule name =" Remove Trailing Slash" stopProcessing =" true" >
25
- <match url =" (.*)/$" />
26
- <action type =" Redirect" url =" {R:1}" redirectType =" Permanent" />
27
- </rule >
28
23
<rule name =" Angular Routes" stopProcessing =" true" >
29
24
<match url =" .*" />
30
25
<conditions logicalGrouping =" MatchAll" >
You can’t perform that action at this time.
0 commit comments